Proprietà IDTSObjectModel100.PathCollection

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property PathCollection As IDTSPathCollection100 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

IDTSObjectModel100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper