IDTSRuntimeConnectionCollection100 인터페이스

정의

IDTSRuntimeConnectionCollection100 개체의 컬렉션을 포함합니다.

public interface class IDTSRuntimeConnectionCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("739C4140-CDD0-4C4C-A3A9-D6A28CFD3299")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSRuntimeConnectionCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("83C9E3B7-2F3F-457D-8E09-EFAC08AE5A28")]
public interface IDTSRuntimeConnectionCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("21BA6AA3-D747-4391-BFB5-EFE5CE32256C")]
public interface IDTSRuntimeConnectionCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("739C4140-CDD0-4C4C-A3A9-D6A28CFD3299")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSRuntimeConnectionCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("83C9E3B7-2F3F-457D-8E09-EFAC08AE5A28")>]
type IDTSRuntimeConnectionCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("21BA6AA3-D747-4391-BFB5-EFE5CE32256C")>]
type IDTSRuntimeConnectionCollection100 = interface
    interface IEnumerable
Public Interface IDTSRuntimeConnectionCollection100
Implements IEnumerable
특성
구현

설명

외부 데이터 소스와 연결하는 데이터 흐름 컴포넌트는 패키지 수준에서 생성된 객체를 사용합니다 ConnectionManager . 이 컬렉션은 컴포넌트가 외부 데이터 소스에 접근하기 위해 사용하는 패키지 내 연결 관리자에 대한 참조를 저장하는 데 사용됩니다.

속성

Name Description
Count

컬렉션 내 객체 수를 IDTSRuntimeConnection100 반환합니다.

Item[Object]

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

메서드

Name Description
FindObjectByID(Int32)

요청된 객체를 ID로 컬렉션 내에서 찾습니다.

FindObjectIndexByID(Int32)

요청된 객체의 인덱스를 ID로 찾아냅니다.

GetEnumerator()

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

GetObjectByID(Int32)

컬렉션에서 객체를 IDTSRuntimeConnection100 가져옵니다.

GetObjectIndexByID(Int32)

컬렉션 내 객체의 IDTSRuntimeConnection100 인덱스를 가져옵니다.

GetRuntimeConnectionByName(String)

객체의 IDTSRuntimeConnection100 런타임 연결을 이름으로 불러옵니다.

New()

IDTSRuntimeConnection100 객체를 생성하고 컬렉션에 추가합니다.

NewAt(Int32)

컬렉션 내 지정된 위치에 새로운 런타임 연결을 추가합니다.

RemoveAll()

컬렉션에서 각 IDTSRuntimeConnection100 객체를 삭제합니다.

RemoveObjectByID(Int32)

지정된 연결 객체를 컬렉션에서 제거합니다.

RemoveObjectByIndex(Object)

지정된 인덱스에서 실행시 연결을 컬렉션에서 삭제합니다.

SetIndex(Int32, Int32)

집합 내 런타임 연결 객체의 위치를 변경합니다.

적용 대상