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 集合的方法创建并添加新的运行时连接对象。 在数据流任务中程序性修改现有组件时,不应直接修改集合。

适用于