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