Gets an expression that is assigned to the variable.
Namespace: SSIS.Test.DtsAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
C# |
---|
public override string GetExpression( string propertyName ) |
Visual Basic |
---|
Public Overrides Function GetExpression ( _ propertyName As String _ ) As String |
Visual C++ |
---|
public: virtual String^ GetExpression( String^ propertyName ) override |
Parameters
- propertyName
- Type: System..::..String
This parameter is ignored.