IDTSPathCollection100.New Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.