MainPipeClass.IDTSObjectModel100_PathCollection Property

Definition

Gets the IDTSPathCollection100 collection for a data flow task.

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

Property Value

The IDTSPathCollection100 collection of the task.

Remarks

This collection contains the IDTSPath100 objects stored in the data flow task. Each path in the collection describes a connection between the IDTSOutput100 of an upstream component and the IDTSInput100 of the downstream component.

New disconnected paths are created and added to the collection by calling the New method. To establish a path between two components, the AttachPathAndPropagateNotifications method is called.

Applies to