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.
public enum class DTSPrecedenceEvalOp
public enum DTSPrecedenceEvalOp
type DTSPrecedenceEvalOp =
Public Enum DTSPrecedenceEvalOp
- Inheritance
-
DTSPrecedenceEvalOp
Fields
Name | Value | Description |
---|---|---|
DTSPEO_EXPRESSION | 1 | |
DTSPEO_CONSTRAINT | 2 | |
DTSPEO_EXPRESSIONANDCONSTRAINT | 3 | |
DTSPEO_EXPRESSIONORCONSTRAINT | 4 |