Compartilhar via


Membros ServerIPAddressCollection

The ServerIPAddressCollection class represents a collection of ServerIPAddress objects that represent all the server IP addresses defined on the parent object.

O tipo ServerIPAddressCollection expõe os seguintes membros.

Métodos

  Nome Descrição
Método protegido Add Adds the specified object to the referenced collection. (Herdado de WmiCollectionBase.)
Método público Contains Checks whether the specified key value exists in 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 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 protegido Remove Removes the specified object from the referenced collection. (Herdado de WmiCollectionBase.)
Método público ToString (Herdado de Object.)

Início

Campos

  Nome Descrição
Campo protegido initialized (Herdado de WmiCollectionBase.)
Campo protegido innerColl (Herdado de WmiCollectionBase.)

Início

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of ServerIPAddress objects in the referenced collection.
Propriedade pública IsSynchronized Gets the Boolean property value that specifies whether access to the collection is synchronized (thread safe). (Herdado de WmiCollectionBase.)
Propriedade pública Item[ ( [ ( Int32] ) ] ) Gets a ServerIPAddress object in the collection by index number.
Propriedade pública Item[ ( [ ( String] ) ] ) Gets a ServerIPAddress object in the collection by name.
Propriedade pública Parent Gets the ServerProtocol object that is the parent of the ServerIPAddressCollection object.
Propriedade pública SyncRoot Gets an object that can be used to synchronize access to the collection. (Herdado de WmiCollectionBase.)

Início

Implementações de interface explícitas

  Nome Descrição
Implementação de interface explícitaMétodo particular ICollection. . :: . .CopyTo

Início