Lenguaje

IDTSPathCollection100.New Método

Definición

Crea una nueva IDTSPath100 y la añade a una colección.

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

Devoluciones

El nuevo objeto IDTSPath100.

Atributos

Comentarios

Los caminos se crean llamando al New método de la colección. La ruta recién creada no tiene un StartPoint o EndPoint Estas propiedades reciben su valor mediante una llamada al AttachPathAndPropagateNotifications método.

Se aplica a