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 ref class RegSvrCollectionBase abstract 

NameDescription
System_CAPS_pubpropertyIsSynchronized

Gets a Boolean value indicating whether access to the collection is synchronized and therefore thread-safe.

System_CAPS_pubpropertySyncRoot

Gets an object that can be used to synchronize access to the collection.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_protfieldinitialized

Gets a Boolean value indicating the collection is initialized.

If True, collection is initialized.

If False the collection is not initialized.

System_CAPS_protfieldinnerColl

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.

Return to top
Show: