Compartir a través de


IDTSPipeline100.PathCollection Propiedad

Gets the IDTSPathCollection100 collection for the data flow task.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
ReadOnly Property PathCollection As IDTSPathCollection100 
    Get
'Uso
Dim instance As IDTSPipeline100 
Dim value As IDTSPathCollection100 

value = instance.PathCollection
IDTSPathCollection100 PathCollection { get; }
property IDTSPathCollection100^ PathCollection {
    IDTSPathCollection100^ get ();
}
abstract PathCollection : IDTSPathCollection100
function get PathCollection () : IDTSPathCollection100

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPathCollection100
The IDTSPathCollection100 collection of the task.

Comentarios

This collection contains the IDTSPath100 objects stored in the data flow task. Each path in the collection describes a connection between the IDTSOutput100 of an upstream component and the IDTSInput100 of the downstream component.

New disconnected paths are created and added to the collection by calling the New method. To establish a path between two components, the AttachPathAndPropagateNotifications method is called.

Vea también

Referencia

IDTSPipeline100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper