IDTSComponentMetaData100.RuntimeConnectionCollection プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンポーネントの 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 メソッドを呼び出すことにより、新しいランタイム接続オブジェクトが作成され、コレクションに追加されます。 プログラムでデータ フロー タスクの既存のコンポーネントを変更する場合、コレクションを直接変更しないでください。