RegSvrCollectionBase Class
The RegSvrCollectionBase class is a base class used in the construction of the RegisteredServerCollection object.
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Microsoft.SqlServer.Management.Smo.RegisteredServers::RegSvrCollectionBase
Microsoft.SqlServer.Management.Smo.RegisteredServers::RegisteredServerCollection
Microsoft.SqlServer.Management.Smo.RegisteredServers::ServerGroupCollection
| 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 | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| 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 sort list which contains the underlying collection of registered servers. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft.SqlServer.Management.Smo.RegisteredServers Namespace
Managing Registered Servers



