Share via


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
Public property Events Infrastructure. For more information, see ExpressionEvaluator. (Inherited from IDTSExpressionEvaluator100.)
Public property Expression Infrastructure. For more information, see ExpressionEvaluator. (Inherited from IDTSExpressionEvaluator100.)
Public property LocaleID Infrastructure. For more information, see ExpressionEvaluator. (Inherited from IDTSExpressionEvaluator100.)

Top

Methods

  Name Description
Public method Evaluate Infrastructure. For more information, see ExpressionEvaluator. (Inherited from IDTSExpressionEvaluator100.)
Public method IsAssignmentExpression (Inherited from IDTSExpressionEvaluator100.)
Public method IsBooleanExpression Infrastructure. For more information, see ExpressionEvaluator. (Inherited from IDTSExpressionEvaluator100.)

Top