Compartilhar via


Membros ServerGroupCollection

The ServerGroupCollection class represents a collection of ServerGroup objects that represent all the server groups on the server group.

O tipo ServerGroupCollection expõe os seguintes membros.

Métodos

  Nome Descrição
Método público Add Adds a ServerGroup object to the ServerGroupCollection collection.
Método público Contains Determines whether the specified string value exists within the collection.
Método público CopyTo Copies the collection objects to a one-dimensional array beginning at the index value specified.
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 lets you 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 ServerGroup object from the ServerGroupCollection 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 objects in the referenced 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 ServerGroup object in the collection by index number.
Propriedade pública Item[ ( [ ( String] ) ] ) Gets a ServerGroup object in the collection by name.
Propriedade pública Parent Gets the ServerGroup object that is the parent of the ServerGroupCollection object.
Propriedade pública SyncRoot Gets an object that can be used to synchronize access to the collection. (Herdado de RegSvrCollectionBase.)

Início