Partilhar via


Classe IPAddressProperty

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

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Management.Smo.Property
    Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty
      Microsoft.SqlServer.Management.Smo.Wmi.IPAddressProperty

Namespace:  Microsoft.SqlServer.Management.Smo.Wmi
Assembly:  Microsoft.SqlServer.SqlWmiManagement (em Microsoft.SqlServer.SqlWmiManagement.dll)

Sintaxe

'Declaração
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

O tipo IPAddressProperty expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade 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. (Herdado de Property.)
Propriedade pública Expensive Gets the Boolean property value that specifies whether it takes a long time to load the property's values. (Herdado de Property.)
Propriedade pública IsNull Gets the Boolean property value that specifies whether the property is set to null. (Herdado de Property.)
Propriedade pública Name Gets the name of the property. (Herdado de Property.)
Propriedade pública Readable Gets the Boolean property value that specifies whether the value of the property can be retrieved. (Herdado de Property.)
Propriedade pública Retrieved Gets the Boolean property value that specifies whether the property has been retrieved already. (Herdado de Property.)
Propriedade pública Type Gets the type of property. (Herdado de Property.)
Propriedade pública Value Gets or sets the value of the property. (Herdado de Property.)
Propriedade pública Writable Gets the Boolean property value that specifies whether the property can be modified. (Herdado de Property.)

Início

Métodos

  Nome Descrição
Método público CompareTo Compares the Property object to another object. (Herdado de Property.)
Método público Equals Determines whether two Property objects are equal. (Herdado de Property.)
Método público GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Herdado de Property.)
Método público GetType (Herdado de Object.)
Método público ToString Returns a String value that represents the current object. (Herdado de Property.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasPropriedade privada ISfcProperty.Attributes Returns an attribute collection that contains properties. (Herdado de Property.)
Implementações de interfaces explícitasPropriedade privada 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. (Herdado de Property.)
Implementações de interfaces explícitasPropriedade privada 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. (Herdado de Property.)
Implementações de interfaces explícitasPropriedade privada ISfcProperty.IsNull Gets the Boolean property value that specifies whether the property is set to null. (Herdado de Property.)
Implementações de interfaces explícitasPropriedade privada ISfcProperty.Name Gets the name of the property. (Herdado de Property.)
Implementações de interfaces explícitasPropriedade privada ISfcProperty.Required Gets the Boolean property value that specifies whether the property is required,. (Herdado de Property.)
Implementações de interfaces explícitasPropriedade privada ISfcProperty.Type Gets the type of property. (Herdado de Property.)
Implementações de interfaces explícitasPropriedade privada ISfcProperty.Value Gets or sets the value of the property. (Herdado de Property.)
Implementações de interfaces explícitasPropriedade privada ISfcProperty.Writable Gets the Boolean property value that specifies whether the property can be modified. (Herdado de Property.)

Início

Comentários

Thread Safety

Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.

Exemplos

Gerenciando serviços e configurações de rede através do provedor do WMI

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Smo.Wmi

Outros recursos

WMI and SQL Server

Conectando ao Mecanismo de Banco de Dados do SQL Server