Proprietà SqlCeErrorCollection.ICollection.IsSynchronized
Spazio dei nomi System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Sintassi
'Dichiarazione
Private ReadOnly Property IsSynchronized As Boolean
Implements ICollection.IsSynchronized
Get
'Utilizzo
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
JScript supporta l'utilizzo di implementazioni esplicite dell'interfaccia , ma non la dichiarazione di nuove interfacce.
Valore proprietà
Tipo: System.Boolean