DTSPrecedenceEvalOp Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the evaluation operations that the precedence constraint uses.
public enum class DTSPrecedenceEvalOp
public enum DTSPrecedenceEvalOp
type DTSPrecedenceEvalOp =
Public Enum DTSPrecedenceEvalOp
- Inheritance
-
DTSPrecedenceEvalOp
Fields
Name | Value | Description |
---|---|---|
DTSPEO_EXPRESSION | 1 | Specifies that the value of an expression determines whether the constrained container or task runs. |
DTSPEO_CONSTRAINT | 2 | Specifies that the execution outcome 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.