Partager via


Propriété IDTSPathCollection100.Count

Gets the number of IDTSPath100 objects contained in the collection.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
ReadOnly Property Count As Integer 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

IDTSPathCollection100 Interface

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper