Udostępnij przez


Właściwość VariableClass.EvaluateAsExpression

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Aby uzyskać więcej informacji, zobacz temat Variable.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw:  Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)

Składnia

'Deklaracja
Public Overridable Property EvaluateAsExpression As Boolean
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.Boolean

Implementacje

IDTSVariable100.EvaluateAsExpression