DTSPrecedenceEvalOp Enumeration

 

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

Indicates the evaluation operations that the precedence constraint uses.

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

public enum class DTSPrecedenceEvalOp

Member nameDescription
DTSPEO_CONSTRAINT

This API supports the product infrastructure and is not intended to be used directly from your code. Specifies that the execution outcome determines whether the constrained container or task runs.

DTSPEO_EXPRESSION

This API supports the product infrastructure and is not intended to be used directly from your code. Specifies that the value of an expression determines whether the constrained container or task runs.

DTSPEO_EXPRESSIONANDCONSTRAINT

This API supports the product infrastructure and is not intended to be used directly from your code. Specifies that the constraint outcome must occur and the expression must evaluate for the constrained container or task to run.

DTSPEO_EXPRESSIONORCONSTRAINT

This API supports the product infrastructure and is not intended to be used directly from your code. Specifies that either the constraint outcome must occur, or the expression must evaluate, for the constrained container or task to run.

For more information, see DTSPrecedenceEvalOp.

Return to top
Show: