Compartilhar via


Propriedade do RDL IDTSObjectModel100.PathCollection

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the IDTSPathCollection100 that contains a collection of IDTSPath100 for a data flow task.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPathCollection100
The IDTSPathCollection100 object.

Consulte também

Referência

IDTSObjectModel100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper