Gets or sets a value that indicates whether the variable contains an expression.

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

Syntax

C#
public bool EvaluateAsExpression { get; set; }
Visual Basic
Public Property EvaluateAsExpression As Boolean
	Get
	Set
Visual C++
public:
property bool EvaluateAsExpression {
	bool get ();
	void set (bool value);
}

See Also