This topic has not yet been rated - Rate this topic

PropertyCollection.IsSynchronized Property

Gets a Boolean value indicating whether access to the collection is synchronized and therefore thread-safe.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public bool IsSynchronized { get; }

Property Value

Type: System.Boolean
A Boolean value that specifies whether the access to the collection is synchronized. If True, access to the collection is synchronized.If False (default), access to the collection is not synchronized.

Implements

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

Community Additions

ADD
© 2013 Microsoft. All rights reserved.