IDTSRuntimeConnectionCollection100 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 . 이 컬렉션은 구성 요소가 외부 데이터 원본에 액세스하는 데 사용하는 패키지의 연결 관리자에 대한 참조를 저장하는 데 사용됩니다.
속성
Count |
컬렉션의 IDTSRuntimeConnection100 개체 수를 반환합니다. |
Item[Object] |
|
메서드
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) |
컬렉션에서 런타임 연결 개체의 위치를 변경합니다. |