Compartir a través de


SfcReferenceCollection<K, T, S>.Count Propiedad

Gets the number of elements 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
Public ReadOnly Property Count As Integer 
    Get
'Uso
Dim instance As SfcReferenceCollection 
Dim value As Integer 

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

Valor de la propiedad

Tipo: System.Int32
The number of elements contained in the collection.

Implementa

IReadOnlyCollection.Count

Vea también

Referencia

SfcReferenceCollection<K, T, S> Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc