ExpressionEvaluatorClass Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Provides virtual properties and methods for IDTSExpressionEvaluator100 interface.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | ExpressionEvaluatorClass() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ExpressionEvaluatorClass class. |
| Name | Description | |
|---|---|---|
![]() | EvaluatorContext | This API supports the product infrastructure and is not intended to be used directly from your code. Sets the context of the evaluator. |
![]() | Events | This API supports the product infrastructure and is not intended to be used directly from your code. Sets the events that can be raised during evaluation. |
![]() | Expression | This API supports the product infrastructure and is not intended to be used directly from your code. Sets the string expression to evaluate. |
![]() | LocaleID | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the locale identifier. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Evaluate(IDTSVariableDispenser100^, Object^%, Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Calls an external expression evaluator that evaluates the expression. |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsAssignmentExpression(IDTSVariableDispenser100^, Boolean%) | This API supports the product infrastructure and is not intended to be used directly from your code. Determines whether the expression is an assignment expression. |
![]() | IsBooleanExpression(IDTSVariableDispenser100^, Boolean%) | This API supports the product infrastructure and is not intended to be used directly from your code. Determines whether the expression is a Boolean expression. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


