ExpressionEvaluator Interface
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see ExpressionEvaluatorClass.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("CBD9E38F-FE2F-4C54-B2AD-60488ECE7FDA")> _
Public Interface ExpressionEvaluator _
Inherits IDTSExpressionEvaluator100
'Usage
Dim instance As ExpressionEvaluator
[GuidAttribute("CBD9E38F-FE2F-4C54-B2AD-60488ECE7FDA")]
public interface ExpressionEvaluator : IDTSExpressionEvaluator100
[GuidAttribute(L"CBD9E38F-FE2F-4C54-B2AD-60488ECE7FDA")]
public interface class ExpressionEvaluator : IDTSExpressionEvaluator100
[<GuidAttribute("CBD9E38F-FE2F-4C54-B2AD-60488ECE7FDA")>]
type ExpressionEvaluator =
interface
interface IDTSExpressionEvaluator100
end
public interface ExpressionEvaluator extends IDTSExpressionEvaluator100
The ExpressionEvaluator type exposes the following members.
Properties
Name | Description | |
---|---|---|
Events | Infrastructure. For more information, see ExpressionEvaluator. (Inherited from IDTSExpressionEvaluator100.) | |
Expression | Infrastructure. For more information, see ExpressionEvaluator. (Inherited from IDTSExpressionEvaluator100.) | |
LocaleID | Infrastructure. For more information, see ExpressionEvaluator. (Inherited from IDTSExpressionEvaluator100.) |
Top
Methods
Name | Description | |
---|---|---|
Evaluate | Infrastructure. For more information, see ExpressionEvaluator. (Inherited from IDTSExpressionEvaluator100.) | |
IsAssignmentExpression | (Inherited from IDTSExpressionEvaluator100.) | |
IsBooleanExpression | Infrastructure. For more information, see ExpressionEvaluator. (Inherited from IDTSExpressionEvaluator100.) |
Top