Clase IPAddressProperty
The IPAddressProperty class represents an attribute of a Windows Management Instrumentation (WMI) IP address.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Management.Smo.Property
Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty
Microsoft.SqlServer.Management.Smo.Wmi.IPAddressProperty
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Wmi
Ensamblado: Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)
Sintaxis
'Declaración
Public NotInheritable Class IPAddressProperty _
Inherits ProtocolProperty
'Uso
Dim instance As IPAddressProperty
public sealed class IPAddressProperty : ProtocolProperty
public ref class IPAddressProperty sealed : public ProtocolProperty
[<SealedAttribute>]
type IPAddressProperty =
class
inherit ProtocolProperty
end
public final class IPAddressProperty extends ProtocolProperty
El tipo IPAddressProperty expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
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.) | |
Expensive | Gets the Boolean property value that specifies whether it takes a long time to load the property's values. (Se hereda de Property.) | |
IsNull | Gets the Boolean property value that specifies whether the property is set to null. (Se hereda de Property.) | |
Name | Gets the name of the property. (Se hereda de Property.) | |
Readable | Gets the Boolean property value that specifies whether the value of the property can be retrieved. (Se hereda de Property.) | |
Retrieved | Gets the Boolean property value that specifies whether the property has been retrieved already. (Se hereda de Property.) | |
Type | Gets the type of property. (Se hereda de Property.) | |
Value | Gets or sets the value of the property. (Se hereda de Property.) | |
Writable | Gets the Boolean property value that specifies whether the property can be modified. (Se hereda de Property.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
CompareTo | Compares the Property object to another object. (Se hereda de Property.) | |
Equals | Determines whether two Property objects are equal. (Se hereda de Property.) | |
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.) | |
GetType | (Se hereda de Object.) | |
ToString | Returns a String value that represents the current object. (Se hereda de Property.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
ISfcProperty.Attributes | Returns an attribute collection that contains properties. (Se hereda de Property.) | |
ISfcProperty.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.) | |
ISfcProperty.Enabled | Gets the Boolean property value that specifies whether the property is enabled on the entity that it represents on the instance of SQL Server. (Se hereda de Property.) | |
ISfcProperty.IsNull | Gets the Boolean property value that specifies whether the property is set to null. (Se hereda de Property.) | |
ISfcProperty.Name | Gets the name of the property. (Se hereda de Property.) | |
ISfcProperty.Required | Gets the Boolean property value that specifies whether the property is required,. (Se hereda de Property.) | |
ISfcProperty.Type | Gets the type of property. (Se hereda de Property.) | |
ISfcProperty.Value | Gets or sets the value of the property. (Se hereda de Property.) | |
ISfcProperty.Writable | Gets the Boolean property value that specifies whether the property can be modified. (Se hereda de Property.) |
Arriba
Comentarios
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.
Ejemplos
Administrar servicios y configuración de red utilizando el proveedor WMI
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