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.
Vea también