EventPropertyCollection.ICollection.IsSynchronized Property
Gets a value that indicates whether the event property collection is synchronized (locked) for read and update.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
Private ReadOnly Property IsSynchronized As Boolean
Implements ICollection.IsSynchronized
Get
'Kullanım
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.Boolean
true if the event property collection is synchronized (locked) for read and update; otherwise, false.