IDTSPathCollection100.New Method

Definition

Creates a new IDTSPath100 and adds it to a collection.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSPath100 ^ New();
[System.Runtime.InteropServices.DispId(14)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPath100 New ();
[<System.Runtime.InteropServices.DispId(14)>]
abstract member New : unit -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPath100
Public Function New () As IDTSPath100

Returns

The new IDTSPath100 object.

Attributes

Remarks

Paths are created by calling the New method of the collection. The newly created path does not have a StartPoint or EndPoint These properties receive their value through a call to the AttachPathAndPropagateNotifications method.

Applies to