RegSvrCollectionBase Class

Definition

Caution

Instead use namespace Microsoft.SqlServer.Management.RegisteredServers

The RegSvrCollectionBase class is a base class used in the construction of the RegisteredServerCollection object.

public ref class RegSvrCollectionBase abstract
[System.Obsolete("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")]
public abstract class RegSvrCollectionBase
[<System.Obsolete("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")>]
type RegSvrCollectionBase = class
Public MustInherit Class RegSvrCollectionBase
Inheritance
RegSvrCollectionBase
Derived
Attributes

Fields

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.

Properties

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.

Applies to

See also