Partager via


Énumération DTSPrecedenceEvalOp

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Indicates the evaluation operations that the precedence constraint uses.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Enumeration DTSPrecedenceEvalOp
'Utilisation
Dim instance As DTSPrecedenceEvalOp
public enum DTSPrecedenceEvalOp
public enum class DTSPrecedenceEvalOp
type DTSPrecedenceEvalOp
public enum DTSPrecedenceEvalOp

Membres

Nom de membre Description
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.

Notes

For more information, see DTSPrecedenceEvalOp.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper