DTSPrecedenceEvalOp Enum

Definition

Indicates the evaluation operations that the precedence constraint uses.

public enum class DTSPrecedenceEvalOp
public enum DTSPrecedenceEvalOp
type DTSPrecedenceEvalOp = 
Public Enum DTSPrecedenceEvalOp
Inheritance
DTSPrecedenceEvalOp

Fields

DTSPEO_CONSTRAINT 2

Specifies that the execution outcome determines whether the constrained container or task runs.

DTSPEO_EXPRESSION 1

Specifies that the value of an expression determines whether the constrained container or task runs.

DTSPEO_EXPRESSIONANDCONSTRAINT 3

Specifies that the constraint outcome must occur and the expression must evaluate for the constrained container or task to run.

DTSPEO_EXPRESSIONORCONSTRAINT 4

Specifies that either the constraint outcome must occur, or the expression must evaluate, for the constrained container or task to run.

Remarks

For more information, see DTSPrecedenceEvalOp.

Applies to