Gets an expression that is assigned to the variable.

Namespace: SSIS.Test.Dts
Assembly: 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.

Return Value

Returns a string that contains the expression. Null means that no expression has been assigned.

See Also