IDTSRuntimeConnectionCollection100 인터페이스

정의

public interface class IDTSRuntimeConnectionCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("01459E9F-487B-49C9-A049-6C6799845EE2")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSRuntimeConnectionCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("01459E9F-487B-49C9-A049-6C6799845EE2")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSRuntimeConnectionCollection100 = interface
    interface IEnumerable
Public Interface IDTSRuntimeConnectionCollection100
Implements IEnumerable
특성
구현

설명

외부 데이터 원본에 연결하는 데이터 흐름 구성 요소는 패키지 수준에서 만든 개체를 사용하여 ConnectionManager 수행합니다. 이 컬렉션은 구성 요소가 외부 데이터 원본에 액세스하는 데 사용하는 패키지의 연결 관리자에 대한 참조를 저장하는 데 사용됩니다.

속성

Count
Item[Object]

메서드

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

적용 대상