MainPipeClass.PathCollection プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
virtual property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSPathCollection100 ^ PathCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSPathCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(13)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSPathCollection100 PathCollection { [System.Runtime.InteropServices.DispId(13)] get; }
[<System.Runtime.InteropServices.DispId(13)>]
[<get: System.Runtime.InteropServices.DispId(13)>]
member this.PathCollection : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSPathCollection100
Public Overridable ReadOnly Property PathCollection As IDTSPathCollection100
プロパティ値
タスクの IDTSPathCollection100 コレクションです。
実装
- 属性
注釈
このコレクションには、データ フロー タスクに格納されている IDTSPath100 オブジェクトが含まれます。 コレクションの各パスは、上流コンポーネントの IDTSOutput100 と下流コンポーネントの IDTSInput100 の間の接続を表します。
新しい切断されたパスが作成され、New メソッドを呼び出してコレクションに追加されます。 2 つのコンポーネント間のパスを確立するには、AttachPathAndPropagateNotifications メソッドを呼び出します。