IDTSComponentMetaData100.RuntimeConnectionCollection 属性

定义

获取组件的 IDTSRuntimeConnection100 对象集合。

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSRuntimeConnectionCollection100 ^ RuntimeConnectionCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSRuntimeConnectionCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(114)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSRuntimeConnectionCollection100 RuntimeConnectionCollection { [System.Runtime.InteropServices.DispId(114)] get; }
[<System.Runtime.InteropServices.DispId(114)>]
[<get: System.Runtime.InteropServices.DispId(114)>]
member this.RuntimeConnectionCollection : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSRuntimeConnectionCollection100
Public ReadOnly Property RuntimeConnectionCollection As IDTSRuntimeConnectionCollection100

属性值

组件的 IDTSRuntimeConnectionCollection100

属性

注解

此集合包含 IDTSRuntimeConnection100 组件定义的对象。 它可用于访问、添加和删除集合中的运行时连接对象。 通过调用 New 集合的方法,创建新的运行时连接对象并将其添加到集合中。 以编程方式修改数据流任务中的现有组件时,不应直接修改集合。

适用于