MainPipeClass.PathCollection Propiedad

Definición

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

Valor de propiedad

La colección IDTSPathCollection100 de la tarea.

Implementaciones

Atributos

Comentarios

Esta colección contiene los IDTSPath100 objetos almacenados en la tarea flujo de datos. Cada ruta de acceso de la colección describe una conexión entre el IDTSOutput100 de un componente ascendente y el IDTSInput100 del componente de bajada.

Se crean nuevas rutas de acceso desconectadas y se agregan a la colección mediante una llamada al New método . Para establecer una ruta de acceso entre dos componentes, se llama al AttachPathAndPropagateNotifications método .

Se aplica a