다음을 통해 공유


IDTSPrecedenceConstraints100 인터페이스

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

Provides properties and methods for working on a collection of IDTSPrecedenceConstraint100 objects.

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

구문

‘선언
<GuidAttribute("55D72A5D-F53A-4B76-84C0-8F42DC738672")> _
Public Interface IDTSPrecedenceConstraints100 _
    Inherits IEnumerable
‘사용 방법
Dim instance As IDTSPrecedenceConstraints100
[GuidAttribute("55D72A5D-F53A-4B76-84C0-8F42DC738672")]
public interface IDTSPrecedenceConstraints100 : IEnumerable
[GuidAttribute(L"55D72A5D-F53A-4B76-84C0-8F42DC738672")]
public interface class IDTSPrecedenceConstraints100 : IEnumerable
[<GuidAttribute("55D72A5D-F53A-4B76-84C0-8F42DC738672")>]
type IDTSPrecedenceConstraints100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSPrecedenceConstraints100 extends IEnumerable

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

속성

  이름 설명
공용 속성 Count 인프라입니다. Gets the number of elements contained in the IDTSPrecedenceConstraints100 instance.
공용 속성 Item 인프라입니다. Gets the PrecedenceConstraint object from the collection.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Add 인프라입니다. Adds the specified IDTSExecutable100 as a precedence constraint to the IDTSPrecedenceConstraints100 collection.
공용 메서드 GetEnumerator 인프라입니다. Returns an enumerator for use in iterating over the IDTSPrecedenceConstraints100 collection.
공용 메서드 Join 인프라입니다. Joins the specified precedence constraint to the collection.
공용 메서드 Remove 인프라입니다. Removes the specified item as a precedence constraint from the IDTSPrecedenceConstraints100 collection.

맨 위로 이동

주의

For more information, see PrecedenceConstraints.

참고 항목

참조

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