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, определённые компонентом. Её можно использовать для доступа, добавления и удаления объектов соединения во время выполнения из коллекции. Новые объекты соединения во время выполнения создаются и добавляются в коллекцию путем вызова New method of the collection. При программном изменении существующего компонента в задаче потока данных коллекция не должна изменяться напрямую.

Применяется к