ExpressionEvaluator Interface

Definition

public interface class ExpressionEvaluator : Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSExpressionEvaluator100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.ExpressionEvaluatorClass))]
[System.Runtime.InteropServices.Guid("87897F41-3BD3-4F0B-B323-54AD20DB8BDF")]
public interface ExpressionEvaluator : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSExpressionEvaluator100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.ExpressionEvaluatorClass))>]
[<System.Runtime.InteropServices.Guid("87897F41-3BD3-4F0B-B323-54AD20DB8BDF")>]
type ExpressionEvaluator = interface
    interface IDTSExpressionEvaluator100
Public Interface ExpressionEvaluator
Implements IDTSExpressionEvaluator100
Derived
Attributes
Implements

Properties

EvaluatorContext (Inherited from IDTSExpressionEvaluator100)
Events (Inherited from IDTSExpressionEvaluator100)
Expression (Inherited from IDTSExpressionEvaluator100)
LocaleID (Inherited from IDTSExpressionEvaluator100)

Methods

Evaluate(IDTSVariableDispenser100, Object, Boolean) (Inherited from IDTSExpressionEvaluator100)
IsAssignmentExpression(IDTSVariableDispenser100, Boolean) (Inherited from IDTSExpressionEvaluator100)
IsBooleanExpression(IDTSVariableDispenser100, Boolean) (Inherited from IDTSExpressionEvaluator100)

Applies to