Compartir a través de


Count Propiedad

Gets the number of elements in the collection.

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
ReadOnly Property Count As Integer
    Get
'Uso
Dim instance As IMetadataCollection
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 elements in the collection.