IDTSComponentMetaData100.RuntimeConnectionCollection 属性

定义

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSRuntimeConnectionCollection100 ^ RuntimeConnectionCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSRuntimeConnectionCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(114)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.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.Sql2012.IDTSRuntimeConnectionCollection100
Public ReadOnly Property RuntimeConnectionCollection As IDTSRuntimeConnectionCollection100

属性值

组件的IDTSRuntimeConnectionCollection100。

属性

注解

该集合包含由组件定义的IDTSRuntimeConnection100对象。 它可以用于访问、添加和移除集合中的运行时连接对象。 通过调用集合的新方法创建并添加新的运行时连接对象。 在数据流任务中程序性修改现有组件时,不应直接修改集合。

适用于