IDTSPipeline100.PathCollection プロパティ

定義

データフロータスクの IDTSPathCollection100 コレクションを取得します。

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSPathCollection100 ^ PathCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSPathCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(13)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.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.IDTSPathCollection100
Public ReadOnly Property PathCollection As IDTSPathCollection100

プロパティ値

課題の IDTSPathCollection100 コレクション。

実装

属性

注釈

このコレクションには、データフロータスクに保存された IDTSPath100 オブジェクトが含まれています。 コレクション内の各経路は、上流成分の IDTSOutput100 と下流成分の IDTSInput100 との接続を記述します。

新しい切断パスは New メソッドを呼び出すことで作成され、コレクションに追加されます。 2つのコンポーネント間の経路を確立するために、 AttachPathAndPropagateNotifications メソッドを呼び出します。

適用対象