Propriété Count

Gets the number of items contained in the collection. 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 MustOverride ReadOnly Property Count As Integer
    Get
'Utilisation
Dim instance As SfcCollection
Dim value As Integer

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

Valeur de propriété

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

Implémente

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