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 | |
---|---|---|
EvaluatorContext | Infrastruktur Sets the evaluator context of the IDTSExpressionEvaluator100 object. | |
Events | Infrastruktur Sets the informational, warning, and error events. | |
Expression | Infrastruktur Sets the expression contained in an IDTSExpressionEvaluator100 object. | |
LocaleID | Infrastruktur Gets or sets the identifier of the locale. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Evaluate | Infrastruktur Evaluates the expression. | |
IsAssignmentExpression | Infrastruktur Indicates that the expression is an assignment expression. | |
IsBooleanExpression | Infrastruktur Indicates that the expression is a boolean expression. |
Zum Anfang