IDTSPathCollection100.New Método

Definición

Crea una nueva interfaz IDTSPath100 y la agrega 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

Las rutas de acceso se crean mediante una llamada al New método de la colección. La ruta de acceso recién creada no tiene o StartPointEndPoint Estas propiedades reciben su valor a través de una llamada al AttachPathAndPropagateNotifications método .

Se aplica a