Gets the expression associated with the constraint.

Namespace: SSIS.Test.Dts
Assembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)

Syntax

C#
public string Expression { get; }
Visual Basic
Public ReadOnly Property Expression As String
	Get
Visual C++
public:
property String^ Expression {
	String^ get ();
}

See Also