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 在包层创建的对象进行的。 该集合用于存储组件访问外部数据源的包中连接管理器的引用。

属性

名称 说明
Count

返回集合中的对象数量 IDTSRuntimeConnection100

Item[Object]

获取 IDTSRuntimeConnection100Index 参数指定的对象。

方法

名称 说明
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)

更改集合中运行时连接对象的位置。

适用于