Partager via


Propriété EventPropertyCollection.ICollection.IsSynchronized

Gets a value that indicates whether the event property collection is synchronized (locked) for read and update.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Private ReadOnly Property IsSynchronized As Boolean 
    Implements ICollection.IsSynchronized 
    Get
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de propriété

Type : System.Boolean
true if the event property collection is synchronized (locked) for read and update; otherwise, false.

Implémente

ICollection.IsSynchronized

Voir aussi

Référence

EventPropertyCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo