Share via


VariableClass.EvaluateAsExpression Property

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see Variable.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Overridable Property EvaluateAsExpression As Boolean
    Get
    Set
'Usage
Dim instance As VariableClass
Dim value As Boolean

value = instance.EvaluateAsExpression

instance.EvaluateAsExpression = value
public virtual bool EvaluateAsExpression { get; set; }
public:
virtual property bool EvaluateAsExpression {
    bool get ();
    void set (bool value);
}
abstract EvaluateAsExpression : bool with get, set
override EvaluateAsExpression : bool with get, set
function get EvaluateAsExpression () : boolean
function set EvaluateAsExpression (value : boolean)

Property Value

Type: System.Boolean

Implements

IDTSVariable100.EvaluateAsExpression