MainPipeClass.PathCollection プロパティ

定義

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 メソッドを呼び出します。

適用対象