Compartir a través de


IDTSObjectModel100.PathCollection Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the IDTSPathCollection100 that contains a collection of IDTSPath100 for a 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 IDTSObjectModel100 
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 object.

Vea también

Referencia

IDTSObjectModel100 Interfaz

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