IReadOnlyCollection.Count Propiedad
Gets the number of items that are contained in the collection.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
ReadOnly Property Count As Integer
Get
'Uso
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
Valor de la propiedad
Tipo: System.Int32
The number of items that are contained in the collection.