Gets the value of the underlying variable. If EvaluateAsExpression is true value will be evaluated from expression set by the SetExpression(String, String) method.

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

Syntax

C#
public Object GetValue()
Visual Basic
Public Function GetValue As Object
Visual C++
public:
Object^ GetValue()

Return Value

An object representing a value of the underlying variable.

See Also