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 メソッドを呼び出すことで作成され、コレクションに追加されます。 データフロータスクの既存コンポーネントをプログラム的に修正する際、コレクションを直接変更すべきではありません。

適用対象