This topic has not yet been rated - Rate this topic

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)
bool ICollection.IsSynchronized { get; }

Property Value

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

Implements

ICollection.IsSynchronized
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.