Proprietà ICollection.IsSynchronized
Indicates if the Event Property Collection is synchronized (locked) for read and update.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Private ReadOnly Property IsSynchronized As Boolean
Implements ICollection.IsSynchronized
Get
'Utilizzo
Dim instance As EventPropertyCollection
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 di interfacce esplicite, ma non la dichiarazione di nuove interfacce.
Valore proprietà
Implementa
Vedere anche