Proprietà IDTSPathCollection100.Count

Gets the number of IDTSPath100 objects contained in the collection.

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

Sintassi

'Dichiarazione
ReadOnly Property Count As Integer 
    Get
'Utilizzo
Dim instance As IDTSPathCollection100 
Dim value As Integer 

value = instance.Count
int Count { get; }
property int Count {
    int get ();
}
abstract Count : int
function get Count () : int

Valore proprietà

Tipo: System.Int32
The number of IDTSPathCollection100 objects in the collection.

Vedere anche

Riferimento

IDTSPathCollection100 Interfaccia

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