Propriedade do RDL ResultSetView.ICollection.Count
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (em System.Data.SqlServerCe.dll)
Sintaxe
'Declaração
Private ReadOnly Property Count As Integer
Implements ICollection.Count
Get
'Uso
Dim instance As ResultSetView
Dim value As Integer
value = CType(instance, ICollection).Count
int ICollection.Count { get; }
private:
virtual property int Count {
int get () sealed = ICollection::Count::get;
}
private abstract Count : int
private override Count : int
O JScript dá suporte ao uso de implementações de interface explícitas, mas não à declaração de novas.
Valor da propriedade
Tipo: System.Int32