Compartir a través de


ServerIPAddress.IPAddressProperties Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Wmi
Ensamblado:  Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)

Sintaxis

'Declaración
Public ReadOnly Property IPAddressProperties As IPAddressPropertyCollection 
    Get
'Uso
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

Valor de la propiedad

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

Ejemplos

Administrar servicios y configuración de red utilizando el proveedor WMI

Vea también

Referencia

ServerIPAddress Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Wmi

Otros recursos

WMI and SQL Server

Conectar al Motor de base de datos de SQL Server