IDTSObjectModel100.PathCollection Property

Definition

Gets the IDTSPathCollection100 that contains a collection of IDTSPath100 for a data flow task.

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSPathCollection100 ^ PathCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSPathCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(13)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.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.IDTSPathCollection100
Public ReadOnly Property PathCollection As IDTSPathCollection100

Property Value

The IDTSPathCollection100 object.

Attributes

Applies to