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

適用対象