IDTSPathCollection100 인터페이스

정의

IDTSPath100 개체를 저장하기 위한 컬렉션 컨테이너를 제공합니다.

public interface class IDTSPathCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("6B1EED53-A314-4E82-8ADA-B0E8C7A8FA5A")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSPathCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("104790ED-7431-4551-AAFA-2CA62272A78D")]
public interface IDTSPathCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("3CAD48BA-1EEC-4537-930E-25026586A8C9")]
public interface IDTSPathCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("6B1EED53-A314-4E82-8ADA-B0E8C7A8FA5A")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSPathCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("104790ED-7431-4551-AAFA-2CA62272A78D")>]
type IDTSPathCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("3CAD48BA-1EEC-4537-930E-25026586A8C9")>]
type IDTSPathCollection100 = interface
    interface IEnumerable
Public Interface IDTSPathCollection100
Implements IEnumerable
특성
구현

설명

이 컬렉션의 각 IDTSPath100 개체는 데이터 흐름 태스크의 두 구성 요소 간의 연결 또는 데이터 흐름을 나타냅니다.

경로는 먼저 컬렉션에 새 경로를 추가한 다음 해당 메서드를 호출 AttachPathAndPropagateNotifications 하여 구성 요소 간에 설정됩니다.

속성

Count

컬렉션에 포함된 IDTSPath100 개체 수를 가져옵니다.

Item[Object]

Index 매개 변수로 지정된 IDTSPathCollection100 개체를 가져옵니다.

메서드

FindObjectByID(Int32)

컬렉션에서 요청된 개체를 해당 ID로 찾습니다.

FindObjectIndexByID(Int32)

컬렉션에서 요청된 개체의 인덱스를 해당 ID로 찾습니다.

GetEnumerator()

IDTSPathCollection100을 반복할 수 있는 열거자를 반환합니다.

GetObjectByID(Int32)

지정된 ID의 IDTSPathCollection100 개체를 가져옵니다.

GetObjectIndexByID(Int32)

지정된 ID를 갖는 IDTSPath100 개체의 인덱스를 가져옵니다.

New()

IDTSPath100을 만들어 컬렉션에 추가합니다.

NewAt(Int32)

컬렉션의 지정된 위치에 IDTSPath100 개체를 만듭니다.

RemoveAll()

컬렉션에서 모든 IDTSPath100 개체를 삭제합니다.

RemoveObjectByID(Int32)

ID 매개 변수로 지정된 IDTSPath100 개체를 제거합니다.

RemoveObjectByIndex(Object)

지정된 인덱스에 위치한 IDTSPath100 개체를 제거합니다.

SetIndex(Int32, Int32)

lOldIndex 매개 변수로 지정된 IDTSPath100 개체의 위치를 변경합니다.

적용 대상