SmoCollectionBase.IsSynchronized Property
SQL Server 2012
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)
Property Value
Type: System.BooleanA 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.
