Compartilhar via


Propriedade do RDL ISfcCollection.Count

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

value = instance.Count
int Count { get; }
property int Count {
    int get ();
}
abstract Count : int
function get Count () : int

Valor da propriedade

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

Consulte também

Referência

ISfcCollection Interface

Namespace Microsoft.SqlServer.Management.Sdk.Sfc