Compartilhar via


Membros RegisteredServerCollection

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

O tipo RegisteredServerCollection expõe os seguintes membros.

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 (Herdado de RegSvrCollectionBase.)
Campo protegido innerColl (Herdado de RegSvrCollectionBase.)

Início

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of RegisteredServer objects in the collection.
Propriedade pública IsSynchronized Gets a Boolean value indicating whether access to the collection is synchronized and therefore thread-safe. (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 Gets an object that can be used to synchronize access to the collection. (Herdado de RegSvrCollectionBase.)

Início