Propriété IReadOnlyCollection.Count

Gets the number of items that are contained in the collection.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
ReadOnly Property Count As Integer 
    Get
'Utilisation
Dim instance As IReadOnlyCollection 
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 items that are contained in the collection.

Voir aussi

Référence

IReadOnlyCollection Interface

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc