Compartir a través de


IPAddressProperty Miembros

The IPAddressProperty class represents an attribute of a Windows Management Instrumentation (WMI) IP address.

El tipo IPAddressProperty expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico CompareTo Compares the Property object to another object. (Se hereda de Property).
Método publico Equals Determines whether two Property objects are equal. (Se hereda de Property).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Se hereda de Property).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString Returns a String value that represents the current object. (Se hereda de Property).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Dirty Gets the Boolean property value that specifies whether the property correctly reflects the current value of the entity that it represents on the instance of SQL Server. (Se hereda de Property).
Propiedad pública Expensive Gets the Boolean property value that specifies whether it takes a long time to load the property's values. (Se hereda de Property).
Propiedad pública IsNull Gets the Boolean property value that specifies whether the property is set to null. (Se hereda de Property).
Propiedad pública Name Gets the name of the property. (Se hereda de Property).
Propiedad pública Readable Gets the Boolean property value that specifies whether the value of the property can be retrieved. (Se hereda de Property).
Propiedad pública Retrieved Gets the Boolean property value that specifies whether the property has been retrieved already. (Se hereda de Property).
Propiedad pública Type Gets the type of property. (Se hereda de Property).
Propiedad pública Value Gets or sets the value of the property. (Se hereda de Property).
Propiedad pública Writable Gets the Boolean property value that specifies whether the property can be modified. (Se hereda de Property).

Principio

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasPropiedad privada ISfcPropertyAttributes (Se hereda de Property).
Implementación de interfaces explícitasPropiedad privada ISfcPropertyDirty (Se hereda de Property).
Implementación de interfaces explícitasPropiedad privada ISfcPropertyEnabled (Se hereda de Property).
Implementación de interfaces explícitasPropiedad privada ISfcPropertyIsNull (Se hereda de Property).
Implementación de interfaces explícitasPropiedad privada ISfcPropertyName (Se hereda de Property).
Implementación de interfaces explícitasPropiedad privada ISfcPropertyRequired (Se hereda de Property).
Implementación de interfaces explícitasPropiedad privada ISfcPropertyType (Se hereda de Property).
Implementación de interfaces explícitasPropiedad privada ISfcPropertyValue (Se hereda de Property).
Implementación de interfaces explícitasPropiedad privada ISfcPropertyWritable (Se hereda de Property).

Principio