Propriedade do RDL SqlCeErrorCollection.ICollection.IsSynchronized
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (em System.Data.SqlServerCe.dll)
Sintaxe
'Declaração
Private ReadOnly Property IsSynchronized As Boolean
Implements ICollection.IsSynchronized
Get
'Uso
Dim instance As SqlCeErrorCollection
Dim value As Boolean
value = CType(instance, ICollection).IsSynchronized
bool ICollection.IsSynchronized { get; }
private:
virtual property bool IsSynchronized {
bool get () sealed = ICollection::IsSynchronized::get;
}
private abstract IsSynchronized : bool
private override IsSynchronized : bool
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.Boolean