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.

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

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

[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute("35C285C2-47F4-4709-9F90-5050074953D0")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FCanCreate)]
public ref class ExpressionEvaluatorClass : IDTSExpressionEvaluator100, 
	ExpressionEvaluator

NameDescription
System_CAPS_pubmethodExpressionEvaluatorClass()

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.

NameDescription
System_CAPS_pubpropertyEvaluatorContext

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

Sets the context of the evaluator.

System_CAPS_pubpropertyEvents

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.

System_CAPS_pubpropertyExpression

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

Sets the string expression to evaluate.

System_CAPS_pubpropertyLocaleID

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

Gets or sets the locale identifier.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodEvaluate(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.

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsAssignmentExpression(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.

System_CAPS_pubmethodIsBooleanExpression(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.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: