Gets an expression for the given property name.
Namespace: SSIS.Test.DtsAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
| C# |
|---|
public virtual string GetExpression(
string propertyName
) |
| Visual Basic |
|---|
Public Overridable Function GetExpression ( _
propertyName As String _
) As String |
| Visual C++ |
|---|
public:
virtual String^ GetExpression(
String^ propertyName
) |
Return Value
Returns a string that contains the expression for the specified property. Empty means that no expression has been assigned.
See Also