Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Indicates the evaluation operations that the precedence constraint uses.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Enumeration DTSPrecedenceEvalOp
'Usage
Dim instance As DTSPrecedenceEvalOp
public enum DTSPrecedenceEvalOp
public enum class DTSPrecedenceEvalOp
type DTSPrecedenceEvalOp
public enum DTSPrecedenceEvalOp
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| DTSPEO_CONSTRAINT | Specifies that the execution outcome determines whether the constrained container or task runs. | |
| DTSPEO_EXPRESSION | Specifies that the value of an expression determines whether the constrained container or task runs. | |
| DTSPEO_EXPRESSIONANDCONSTRAINT | Specifies that the constraint outcome must occur and the expression must evaluate for the constrained container or task to run. | |
| DTSPEO_EXPRESSIONORCONSTRAINT | Specifies that either the constraint outcome must occur, or the expression must evaluate, for the constrained container or task to run. |
Hinweise
For more information, see DTSPrecedenceEvalOp.