Propriedade do RDL ServerIPAddress.IPAddressProperties
Represents a collection of IPAddressProperty objects. Each IPAddressProperty object represents an attribute of the IP address.
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (em Microsoft.SqlServer.SqlWmiManagement.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.Wmi.IPAddressPropertyCollection
An IPAddressPropertyCollection object that represents all the attributes of the IP address.
Exemplos
Gerenciando serviços e configurações de rede através do provedor do WMI
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo.Wmi