Compartir a través de


SfcCollection<T, K, ParentT>.ISfcCollection.Count Propiedad

Gets the number of items contained in the collection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Private ReadOnly Property Count As Integer 
    Implements ISfcCollection.Count 
    Get
'Uso
Dim instance As SfcCollection 
Dim value As Integer 

value = CType(instance, ISfcCollection).Count
int ISfcCollection.Count { get; }
private:
virtual property int Count {
    int get () sealed = ISfcCollection::Count::get;
}
private abstract Count : int 
private override Count : int
JScript admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.

Valor de la propiedad

Tipo: System.Int32
Gets the number of items contained in the collection.

Implementa

ISfcCollection.Count

Vea también

Referencia

SfcCollection<T, K, ParentT> Clase

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