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 メソッドを呼び出すことにより、新しいランタイム接続オブジェクトが作成され、コレクションに追加されます。 プログラムでデータ フロー タスクの既存のコンポーネントを変更する場合、コレクションを直接変更しないでください。

適用対象