IDTSConnectionInfos100 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
컴퓨터의 모든 연결에 관한 정보를 포함하고 있습니다. 이 컬렉션에는 각 연결에 대한 세부 정보를 제공하는 객체들이 포함되어 IDTSConnectionInfo100 있습니다. 이 컬렉션은 수업을 ApplicationClass 통해 이용할 수 있습니다.
public interface class IDTSConnectionInfos100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("58B2CCB9-1B55-46DF-896C-88DB522EEB14")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSConnectionInfos100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("4982A417-C160-428A-8F9D-9D5D6D3DE037")]
public interface IDTSConnectionInfos100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("48C73836-7C38-48E4-95CD-CF11EDAC4A66")]
public interface IDTSConnectionInfos100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("58B2CCB9-1B55-46DF-896C-88DB522EEB14")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSConnectionInfos100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("4982A417-C160-428A-8F9D-9D5D6D3DE037")>]
type IDTSConnectionInfos100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("48C73836-7C38-48E4-95CD-CF11EDAC4A66")>]
type IDTSConnectionInfos100 = interface
interface IEnumerable
Public Interface IDTSConnectionInfos100
Implements IEnumerable
- 특성
- 구현
설명
자세한 내용은 ConnectionInfos를 참조하세요.
속성
| Name | Description |
|---|---|
| Count |
컬렉션의 IDTSConnectionInfo100 개체 수를 가져옵니다. |
| Item[Object] |
이름, 인덱스, ID 또는 아이덴티티로 컬렉션에서 객체를 IDTSConnectionInfo100 가져옵니다. |
메서드
| Name | Description |
|---|---|
| GetEnumerator() |
IEnumerator 컬렉션을 반복하는 개체를 IDTSConnectionInfos100 반환합니다. |