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。
属性
| 名称 | 说明 |
|---|---|
| Count |
获取集合中的对象数 IDTSConnectionInfo100 。 |
| Item[Object] |
通过名称、索引、ID 或身份从集合中获取 IDTSConnectionInfo100 对象。 |
方法
| 名称 | 说明 |
|---|---|
| GetEnumerator() |
返回循环 IEnumerator 访问集合的对象 IDTSConnectionInfos100 。 |