Partager via


Propriété Count

Ne référencez pas directement 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
Public Overrides ReadOnly Property Count As Integer
    Get
'Utilisation
Dim instance As SfcListCollection
Dim value As Integer

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

Valeur de propriété

Type : System. . :: . .Int32
An integer value of the Count in the collection.

Implémente

ICollection< (Of < ( <'T> ) > ) >. . :: . .Count
ICollection. . :: . .Count