Compartir a través de


ServerGroupCollection Miembros

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

El tipo ServerGroupCollection expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Add Adds a ServerGroup object to the ServerGroupCollection collection.
Método publico Contains Determines whether the specified string value exists within the collection.
Método publico CopyTo Copies the collection objects to a one-dimensional array beginning at the index value specified.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetEnumerator Returns an IEnumerator interface that lets you iterate through the objects in the collection.
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico Remove Removes a ServerGroup object from the ServerGroupCollection object.
Método publico ToString (Se hereda de Object).

Principio

Campos

  Nombre Descripción
Campo protegido initialized (Se hereda de RegSvrCollectionBase).
Campo protegido innerColl (Se hereda de RegSvrCollectionBase).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of objects in the referenced collection.
Propiedad pública IsSynchronized Gets a Boolean value indicating whether access to the collection is synchronized and therefore thread-safe. (Se hereda de RegSvrCollectionBase).
Propiedad pública Item[ ( [ ( Int32] ) ] ) Gets a ServerGroup object in the collection by index number.
Propiedad pública Item[ ( [ ( String] ) ] ) Gets a ServerGroup object in the collection by name.
Propiedad pública Parent Gets the ServerGroup object that is the parent of the ServerGroupCollection object.
Propiedad pública SyncRoot Gets an object that can be used to synchronize access to the collection. (Se hereda de RegSvrCollectionBase).

Principio