Classe IPAddressProperty

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Wmi
Assembly:  Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class IPAddressProperty _
    Inherits ProtocolProperty
'Utilizzo
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

Nel tipo IPAddressProperty sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica 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. Ereditato da Property.
Proprietà pubblica Expensive Gets the Boolean property value that specifies whether it takes a long time to load the property's values. Ereditato da Property.
Proprietà pubblica IsNull Gets the Boolean property value that specifies whether the property is set to null. Ereditato da Property.
Proprietà pubblica Name Gets the name of the property. Ereditato da Property.
Proprietà pubblica Readable Gets the Boolean property value that specifies whether the value of the property can be retrieved. Ereditato da Property.
Proprietà pubblica Retrieved Gets the Boolean property value that specifies whether the property has been retrieved already. Ereditato da Property.
Proprietà pubblica Type Gets the type of property. Ereditato da Property.
Proprietà pubblica Value Gets or sets the value of the property. Ereditato da Property.
Proprietà pubblica Writable Gets the Boolean property value that specifies whether the property can be modified. Ereditato da Property.

In alto

Metodi

  Nome Descrizione
Metodo pubblico CompareTo Compares the Property object to another object. Ereditato da Property.
Metodo pubblico Equals Determines whether two Property objects are equal. Ereditato da Property.
Metodo pubblico GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. Ereditato da Property.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Returns a String value that represents the current object. Ereditato da Property.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaProprietà privata ISfcProperty.Attributes Returns an attribute collection that contains properties. Ereditato da Property.
Implementazione esplicita dell'interfacciaProprietà privata 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. Ereditato da Property.
Implementazione esplicita dell'interfacciaProprietà privata 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. Ereditato da Property.
Implementazione esplicita dell'interfacciaProprietà privata ISfcProperty.IsNull Gets the Boolean property value that specifies whether the property is set to null. Ereditato da Property.
Implementazione esplicita dell'interfacciaProprietà privata ISfcProperty.Name Gets the name of the property. Ereditato da Property.
Implementazione esplicita dell'interfacciaProprietà privata ISfcProperty.Required Gets the Boolean property value that specifies whether the property is required,. Ereditato da Property.
Implementazione esplicita dell'interfacciaProprietà privata ISfcProperty.Type Gets the type of property. Ereditato da Property.
Implementazione esplicita dell'interfacciaProprietà privata ISfcProperty.Value Gets or sets the value of the property. Ereditato da Property.
Implementazione esplicita dell'interfacciaProprietà privata ISfcProperty.Writable Gets the Boolean property value that specifies whether the property can be modified. Ereditato da Property.

In alto

Osservazioni

Thread Safety

Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.

Esempi

Gestione di servizi e di impostazioni di rete tramite il provider WMI

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Wmi

Altre risorse

WMI and SQL Server

Connessione al Motore di database di SQL Server