Gets an expression for the given property name.

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

Parameters

propertyName
Type: System..::..String
Name of a property.

Return Value

Returns a string that contains the expression for the specified property. Empty means that no expression has been assigned.

See Also