Compartilhar via


Propriedade do RDL ISfcCollection.Count

Gets the number of items contained in the collection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Valor da propriedade

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

Implementa

ISfcCollection. . :: . .Count