Compartilhar via


Classe RegSvrCollectionBase

Observação: essa API está obsoleta.

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

Hierarquia de herança

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

Namespace:  Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly:  Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)

Sintaxe

'Declaração
<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

O tipo RegSvrCollectionBase expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública IsSynchronized Gets a Boolean value indicating whether access to the collection is synchronized and therefore thread-safe.
Propriedade pública SyncRoot Gets an object that can be used to synchronize access to the collection.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Campos

  Nome Descrição
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.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Smo.RegisteredServers

Outros recursos

Gerenciando servidores registrados