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