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 IEnumerablePublic 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) | 更改集合中运行时连接对象的位置。 |