RegSvrCollectionBase Class
SQL Server 2008 R2
Note: This API is now obsolete.
The RegSvrCollectionBase class is a base class used in the construction of the RegisteredServerCollection object.
System.Object
Microsoft.SqlServer.Management.Smo.RegisteredServers.RegSvrCollectionBase
Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServerCollection
Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection
Microsoft.SqlServer.Management.Smo.RegisteredServers.RegSvrCollectionBase
Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServerCollection
Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
The RegSvrCollectionBase type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | IsSynchronized | Gets a Boolean value indicating whether access to the collection is synchronized and therefore thread-safe. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the collection. |
| Name | Description | |
|---|---|---|
![]() | initialized | Gets a Boolean value indicating the collection is initialized.If True, collection is initialized. If False the collection is not initialized. |
![]() | innerColl | The SortedList which contains the underlying collection of registered servers. |
