This topic has not yet been rated - Rate this topic

RegSvrCollectionBase Class

Note: This API is now obsolete.

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

Namespace:  Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
[ObsoleteAttribute("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")]
public abstract class RegSvrCollectionBase

The RegSvrCollectionBase type exposes the following members.

  NameDescription
Public propertyIsSynchronizedGets a Boolean value indicating whether access to the collection is synchronized and therefore thread-safe.
Public propertySyncRootGets an object that can be used to synchronize access to the collection.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
  NameDescription
Protected fieldinitializedGets a Boolean value indicating the collection is initialized.If True, collection is initialized. If False the collection is not initialized.
Protected fieldinnerCollThe SortedList which contains the underlying collection of registered servers.
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.