Compartir a través de


Clase IPAddressPropertyCollection

The IPAddressPropertyCollection class represents a collection of IPAddressProperty objects that represent all the attributes of the IP address defined on the parent object.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection
    Microsoft.SqlServer.Management.Smo.Wmi.IPAddressPropertyCollection

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Wmi
Ensamblado:  Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)

Sintaxis

'Declaración
Public NotInheritable Class IPAddressPropertyCollection _
    Inherits ProtocolPropertyCollection
'Uso
Dim instance As IPAddressPropertyCollection
public sealed class IPAddressPropertyCollection : ProtocolPropertyCollection
public ref class IPAddressPropertyCollection sealed : public ProtocolPropertyCollection
[<SealedAttribute>]
type IPAddressPropertyCollection =  
    class 
        inherit ProtocolPropertyCollection 
    end
public final class IPAddressPropertyCollection extends ProtocolPropertyCollection

El tipo IPAddressPropertyCollection expone los siguientes miembros.

Propiedades

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

Arriba

Métodos

  Nombre Descripción
Método público Contains Checks whether the specified key value exists in the collection. (Se hereda de ProtocolPropertyCollection.)
Método público CopyTo Copies the collection objects to a one-dimensional array beginning at the index value specified. (Se hereda de ProtocolPropertyCollection.)
Método público Equals (Se hereda de Object.)
Método público GetEnumerator Returns an IEnumerator interface that allows you to iterate through the objects in the collection. (Se hereda de ProtocolPropertyCollection.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ICollection.CopyTo Copies the collection objects to a one-dimensional array beginning at the index value specified. (Se hereda de ProtocolPropertyCollection.)

Arriba

Comentarios

An IPAddressPropertyCollection object can be used to gain access to a set of an attributes of the IP address.

Thread Safety

Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo.Wmi