IDTSExpressionEvaluator100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
The IDTSExpressionEvaluator100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
EvaluatorContext | Infrastructure. Sets the evaluator context of the IDTSExpressionEvaluator100 object. | |
Events | Infrastructure. Sets the informational, warning, and error events. | |
Expression | Infrastructure. Sets the expression contained in an IDTSExpressionEvaluator100 object. | |
LocaleID | Infrastructure. Gets or sets the identifier of the locale. |
Top
Methods
Name | Description | |
---|---|---|
Evaluate | Infrastructure. Evaluates the expression. | |
IsAssignmentExpression | Infrastructure. Indicates that the expression is an assignment expression. | |
IsBooleanExpression | Infrastructure. Indicates that the expression is a boolean expression. |
Top