Partilhar via


Propriedade do RDL ConditionedSqlList.Count

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

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

Sintaxe

'Declaração
Public ReadOnly Property Count As Integer 
    Get
'Uso
Dim instance As ConditionedSqlList 
Dim value As Integer 

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

Valor da propriedade

Tipo: System.Int32
The number of items in the list.

Consulte também

Referência

ConditionedSqlList Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc