Compartir a través de


Clase RegSvrCollectionBase

Nota: esta API ya está obsoleta.

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

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Management.Smo.RegisteredServers.RegSvrCollectionBase
    Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServerCollection
    Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.RegisteredServers
Ensamblado:  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Sintaxis

'Declaración
<ObsoleteAttribute("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")> _
Public MustInherit Class RegSvrCollectionBase
'Uso
Dim instance As RegSvrCollectionBase
[ObsoleteAttribute("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")]
public abstract class RegSvrCollectionBase
[ObsoleteAttribute(L"Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")]
public ref class RegSvrCollectionBase abstract
[<AbstractClassAttribute>]
[<ObsoleteAttribute("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")>]
type RegSvrCollectionBase =  class end
public abstract class RegSvrCollectionBase

El tipo RegSvrCollectionBase expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública IsSynchronized Gets a Boolean value indicating whether access to the collection is synchronized and therefore thread-safe.
Propiedad pública SyncRoot Gets an object that can be used to synchronize access to the collection.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Campos

  Nombre Descripción
Campo protegido initialized Gets a Boolean value indicating the collection is initialized.If True, collection is initialized. If False the collection is not initialized.
Campo protegido innerColl The sort list which contains the underlying collection of registered servers.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo.RegisteredServers

Otros recursos

Administrar servidores registrados