Proprietà ServerIPAddress.IPAddressProperties

Represents a collection of IPAddressProperty objects. Each IPAddressProperty object represents an attribute of the IP address.

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

Sintassi

'Dichiarazione
Public ReadOnly Property IPAddressProperties As IPAddressPropertyCollection 
    Get
'Utilizzo
Dim instance As ServerIPAddress 
Dim value As IPAddressPropertyCollection 

value = instance.IPAddressProperties
public IPAddressPropertyCollection IPAddressProperties { get; }
public:
property IPAddressPropertyCollection^ IPAddressProperties {
    IPAddressPropertyCollection^ get ();
}
member IPAddressProperties : IPAddressPropertyCollection
function get IPAddressProperties () : IPAddressPropertyCollection

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.Wmi.IPAddressPropertyCollection
An IPAddressPropertyCollection object that represents all the attributes of the IP address.

Esempi

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

Vedere anche

Riferimento

ServerIPAddress Classe

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

Altre risorse

WMI and SQL Server

Connessione al Motore di database di SQL Server