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 하여 설정합니다.

속성

Name Description
Count

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

Item[Object]

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

메서드

Name Description
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 위치를 변경합니다.

적용 대상