MainPipeClass.PathCollection 屬性

定義

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

工作的 IDTSPathCollection100 集合。

實作

屬性

備註

這個集合包含 IDTSPath100 儲存在資料流程工作中的物件。 集合中的每個路徑都會描述 IDTSOutput100 上游元件的和下游元件的之間的連接 IDTSInput100

藉由呼叫方法,建立新的中斷連接路徑,並將其新增至集合 New 。 若要建立兩個元件之間的路徑,則 AttachPathAndPropagateNotifications 會呼叫方法。

適用於