Share via


Classe RegisteredServerCollection

Observação: essa API está obsoleta.

The RegisteredServerCollection class represents a collection of RegisteredServer objects that represent all the registered servers on the registered server group.

Hierarquia de herança

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

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 NotInheritable Class RegisteredServerCollection _
    Inherits RegSvrCollectionBase _
    Implements ICollection, IEnumerable
'Uso
Dim instance As RegisteredServerCollection
[ObsoleteAttribute("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")]
public sealed class RegisteredServerCollection : RegSvrCollectionBase, 
    ICollection, IEnumerable
[ObsoleteAttribute(L"Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")]
public ref class RegisteredServerCollection sealed : public RegSvrCollectionBase, 
    ICollection, IEnumerable
[<SealedAttribute>]
[<ObsoleteAttribute("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")>]
type RegisteredServerCollection =  
    class
        inherit RegSvrCollectionBase
        interface ICollection
        interface IEnumerable
    end
public final class RegisteredServerCollection extends RegSvrCollectionBase implements ICollection, IEnumerable

O tipo RegisteredServerCollection expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of RegisteredServer objects in the collection.
Propriedade pública IsSynchronized Obtém um valor Boolean que indica se o acesso à coleção é sincronizado e, portanto, isento de threads. (Herdado de RegSvrCollectionBase.)
Propriedade pública Item[ ( [ ( Int32] ) ] ) Gets a RegisteredServer object in the collection by index number.
Propriedade pública Item[ ( [ ( String] ) ] ) Gets a RegisteredServer object in the collection by name.
Propriedade pública Parent Gets the ServerGroup object that is the parent of the RegisteredServerCollection object.
Propriedade pública SyncRoot Obtém um objeto que pode ser usado para sincronizar o acesso à coleção. (Herdado de RegSvrCollectionBase.)

Início

Métodos

  Nome Descrição
Método público Add Adds a RegisteredServer object to the RegisteredServerCollection collection.
Método público Contains Determines whether the specified string value exists within the collection.
Método público CopyTo Copies the collection of objects to a one-dimensional array starting at the specified index value.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetEnumerator Returns an IEnumerator interface that allows you to iterate through the objects in the collection.
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 Remove Removes a RegisteredServer object from the RegisteredServerCollection object.
Método público ToString (Herdado de Object.)

Início

Campos

  Nome Descrição
Campo protegido initialized Obtém um valor Boolean que indica se a coleção é inicializada.Se True, a coleção será inicializada. Se for False, a coleção não será inicializada. (Herdado de RegSvrCollectionBase.)
Campo protegido innerColl O valor SortedList que contém a coleção subjacente dos servidores registrados. (Herdado de RegSvrCollectionBase.)

Início

Comentários

A RegisteredServerCollection object can be used to gain access to a set of registered servers. You can use the Item property to return a specific RegisteredServer object.

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.