Share via


ExpressionEvaluatorClass Class

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Provides virtual properties and methods for IDTSExpressionEvaluator100 interface.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.ExpressionEvaluatorClass

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("35C285C2-47F4-4709-9F90-5050074953D0")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class ExpressionEvaluatorClass _
    Implements IDTSExpressionEvaluator100, ExpressionEvaluator
'Usage
Dim instance As ExpressionEvaluatorClass
[GuidAttribute("35C285C2-47F4-4709-9F90-5050074953D0")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class ExpressionEvaluatorClass : IDTSExpressionEvaluator100, 
    ExpressionEvaluator
[GuidAttribute(L"35C285C2-47F4-4709-9F90-5050074953D0")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class ExpressionEvaluatorClass : IDTSExpressionEvaluator100, 
    ExpressionEvaluator
[<GuidAttribute("35C285C2-47F4-4709-9F90-5050074953D0")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type ExpressionEvaluatorClass =  
    class 
        interface IDTSExpressionEvaluator100 
        interface ExpressionEvaluator 
    end
public class ExpressionEvaluatorClass implements IDTSExpressionEvaluator100, ExpressionEvaluator

The ExpressionEvaluatorClass type exposes the following members.

Constructors

  Name Description
Public method ExpressionEvaluatorClass Infrastructure. Initializes a new instance of the ExpressionEvaluatorClass class.

Top

Properties

  Name Description
Public property EvaluatorContext Infrastructure. Sets the context of the evaluator.
Public property Events Infrastructure. Sets the events that can be raised during evaluation.
Public property Expression Infrastructure. Sets the string expression to evaluate.
Public property LocaleID Infrastructure. Gets or sets the locale identifier.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method Evaluate Infrastructure. Calls an external expression evaluator that evaluates the expression.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IsAssignmentExpression Infrastructure. Determines whether the expression is an assignment expression.
Public method IsBooleanExpression Infrastructure. Determines whether the expression is a Boolean expression.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace