IDTSExpressionEvaluator100 Interface

 

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

Defines the properties and methods for the ExpressionEvaluator object.

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

[GuidAttribute("87897F41-3BD3-4F0B-B323-54AD20DB8BDF")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FHidden | TypeLibTypeFlags::FDual | TypeLibTypeFlags::FRestricted | TypeLibTypeFlags::FDispatchable)]
public interface class IDTSExpressionEvaluator100

NameDescription
System_CAPS_pubpropertyEvaluatorContext

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

Sets the evaluator context of the IDTSExpressionEvaluator100 object.

System_CAPS_pubpropertyEvents

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

Sets the informational, warning, and error events.

System_CAPS_pubpropertyExpression

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

Sets the expression contained in an IDTSExpressionEvaluator100 object.

System_CAPS_pubpropertyLocaleID

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

Gets or sets the identifier of the locale.

NameDescription
System_CAPS_pubmethodEvaluate(IDTSVariableDispenser100^, Object^%, Boolean)

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

Evaluates the expression.

System_CAPS_pubmethodIsAssignmentExpression(IDTSVariableDispenser100^, Boolean%)

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

Indicates that 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.

Indicates that the expression is a Boolean expression.

Return to top
Show: