This topic has not yet been rated - Rate this topic

SmoCollectionBase.IsSynchronized Property

Gets the Boolean property value that specifies 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 access to the collection is synchronized and thread-safe.If True, access to the collection is synchronized.If False (default), access to the collection is not synchronized.

Implements

ICollection.IsSynchronized

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.