Freigeben über


IDTSExpressionEvaluator100-Schnittstelle

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

Defines the properties and methods for the ExpressionEvaluator object.

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

Syntax

'Declaration
<GuidAttribute("87897F41-3BD3-4F0B-B323-54AD20DB8BDF")> _
Public Interface IDTSExpressionEvaluator100
'Usage
Dim instance As IDTSExpressionEvaluator100
[GuidAttribute("87897F41-3BD3-4F0B-B323-54AD20DB8BDF")]
public interface IDTSExpressionEvaluator100
[GuidAttribute(L"87897F41-3BD3-4F0B-B323-54AD20DB8BDF")]
public interface class IDTSExpressionEvaluator100
[<GuidAttribute("87897F41-3BD3-4F0B-B323-54AD20DB8BDF")>]
type IDTSExpressionEvaluator100 =  interface end
public interface IDTSExpressionEvaluator100

Der IDTSExpressionEvaluator100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft EvaluatorContext Infrastruktur Sets the evaluator context of the IDTSExpressionEvaluator100 object.
Öffentliche Eigenschaft Events Infrastruktur Sets the informational, warning, and error events.
Öffentliche Eigenschaft Expression Infrastruktur Sets the expression contained in an IDTSExpressionEvaluator100 object.
Öffentliche Eigenschaft LocaleID Infrastruktur Gets or sets the identifier of the locale.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Evaluate Infrastruktur Evaluates the expression.
Öffentliche Methode IsAssignmentExpression Infrastruktur Indicates that the expression is an assignment expression.
Öffentliche Methode IsBooleanExpression Infrastruktur Indicates that the expression is a boolean expression.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace