Freigeben über


IDTSExpressionEvaluator100.Expression-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Sets the expression contained in an IDTSExpressionEvaluator100 object.

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

Syntax

'Declaration
WriteOnly Property Expression As String 
    Set
'Usage
Dim instance As IDTSExpressionEvaluator100 
Dim value As String

instance.Expression = value
string Expression { set; }
property String^ Expression {
    void set (String^ value);
}
abstract Expression : string with get, set
function set Expression (value : String)

Eigenschaftswert

Typ: System.String
The expression.

Siehe auch

Verweis

IDTSExpressionEvaluator100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace