다음을 통해 공유


DTSPrecedenceEvalOp 열거형

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Indicates the evaluation operations that the precedence constraint uses.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리:  Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)

구문

‘선언
Public Enumeration DTSPrecedenceEvalOp
‘사용 방법
Dim instance As DTSPrecedenceEvalOp
public enum DTSPrecedenceEvalOp
public enum class DTSPrecedenceEvalOp
type DTSPrecedenceEvalOp
public enum DTSPrecedenceEvalOp

멤버

멤버 이름 설명
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.

주의

For more information, see DTSPrecedenceEvalOp.

참고 항목

참조

Microsoft.SqlServer.Dts.Runtime.Wrapper 네임스페이스