IDTSPipeline100.PathCollection Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public:
property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSPathCollection100 ^ PathCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSPathCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(13)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.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.Sql2012.IDTSPathCollection100
Public ReadOnly Property PathCollection As IDTSPathCollection100
Valor de propiedad
La IDTSPathCollection100 recopilación de la tarea.
Implementaciones
- Atributos
Comentarios
Esta colección contiene los IDTSPath100 objetos almacenados en la tarea de flujo de datos. Cada camino en la colección describe una conexión entre el IDTSOutput100 de un componente aguas arriba y el IDTSInput100 del componente aguas abajo.
Se crean nuevos caminos desconectados y se añaden a la colección llamando al New método. Para establecer un camino entre dos componentes, se llama al AttachPathAndPropagateNotifications método.