Partager via


Propriété SfcCollection<T, K, ParentT>.ISfcCollection.Count

Gets the number of items contained in the collection. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

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

Syntaxe

'Déclaration
Private ReadOnly Property Count As Integer 
    Implements ISfcCollection.Count 
    Get
'Utilisation
Dim instance As SfcCollection 
Dim value As Integer 

value = CType(instance, ISfcCollection).Count
int ISfcCollection.Count { get; }
private:
virtual property int Count {
    int get () sealed = ISfcCollection::Count::get;
}
private abstract Count : int 
private override Count : int
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de propriété

Type : System.Int32
Gets the number of items contained in the collection.

Implémente

ISfcCollection.Count

Voir aussi

Référence

SfcCollection<T, K, ParentT> Classe

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