MainPipeClass.IDTSObjectModel100_PathCollection 屬性

定義

public:
 virtual property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSPathCollection100 ^ IDTSObjectModel100_PathCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSPathCollection100 ^ get(); };
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSPathCollection100 IDTSObjectModel100_PathCollection { get; }
member this.IDTSObjectModel100_PathCollection : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSPathCollection100
Public Overridable ReadOnly Property IDTSObjectModel100_PathCollection As IDTSPathCollection100

屬性值

IDTSPathCollection100

工作的 IDTSPathCollection100 集合。

備註

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

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

適用於