IDTSPathCollection100 인터페이스

정의

public interface class IDTSPathCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("A923B10F-1D4C-4AD0-82EE-212262BEE0AC")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSPathCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("A923B10F-1D4C-4AD0-82EE-212262BEE0AC")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSPathCollection100 = interface
    interface IEnumerable
Public Interface IDTSPathCollection100
Implements IEnumerable
특성
구현

설명

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

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

속성

Count
Item[Object]

메서드

FindObjectByID(Int32)
FindObjectIndexByID(Int32)
GetEnumerator()
GetObjectByID(Int32)
GetObjectIndexByID(Int32)
New()
NewAt(Int32)
RemoveAll()
RemoveObjectByID(Int32)
RemoveObjectByIndex(Object)
SetIndex(Int32, Int32)

적용 대상