다음을 통해 공유


PrecedenceConstraintClass 클래스

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

For more information, see PrecedenceConstraint.

상속 계층

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.PrecedenceConstraintClass

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

구문

‘선언
<GuidAttribute("7ED456BA-8FA8-4416-8434-D225F9492282")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class PrecedenceConstraintClass _
    Implements IDTSPrecedenceConstraint100, PrecedenceConstraint
‘사용 방법
Dim instance As PrecedenceConstraintClass
[GuidAttribute("7ED456BA-8FA8-4416-8434-D225F9492282")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class PrecedenceConstraintClass : IDTSPrecedenceConstraint100, 
    PrecedenceConstraint
[GuidAttribute(L"7ED456BA-8FA8-4416-8434-D225F9492282")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class PrecedenceConstraintClass : IDTSPrecedenceConstraint100, 
    PrecedenceConstraint
[<GuidAttribute("7ED456BA-8FA8-4416-8434-D225F9492282")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type PrecedenceConstraintClass =  
    class 
        interface IDTSPrecedenceConstraint100 
        interface PrecedenceConstraint 
    end
public class PrecedenceConstraintClass implements IDTSPrecedenceConstraint100, PrecedenceConstraint

PrecedenceConstraintClass 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 PrecedenceConstraintClass 인프라입니다. Initializes a new instance of the PrecedenceConstraintClass class.

맨 위로 이동

속성

  이름 설명
공용 속성 ConstrainedExecutable 인프라입니다. Gets the name of the constrained container.
공용 속성 EvalOp 인프라입니다. Gets or sets the evaluation operations used by the precedence constraint.
공용 속성 EvaluatesTrue 인프라입니다. Gets the Boolean value of the Value property.
공용 속성 LogicalAnd 인프라입니다. Gets or sets a value that indicates whether multiple constraints work together.
공용 속성 Parent 인프라입니다. Gets the parent of the PrecedenceConstraintClass object.
공용 속성 PrecedenceExecutable 인프라입니다. Gets the name of the precedence executable.
공용 속성 Value 인프라입니다. Gets a value from the DTSExecResult enumeration.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

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