Propriedade do RDL ServerProtocol.IPAddresses
Represents a collection of ServerIPAddress objects. Each ServerIPAddress object represents an IP address defined on the server protocol.
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (em Microsoft.SqlServer.SqlWmiManagement.dll)
Sintaxe
'Declaração
Public ReadOnly Property IPAddresses As ServerIPAddressCollection
Get
'Uso
Dim instance As ServerProtocol
Dim value As ServerIPAddressCollection
value = instance.IPAddresses
public ServerIPAddressCollection IPAddresses { get; }
public:
property ServerIPAddressCollection^ IPAddresses {
ServerIPAddressCollection^ get ();
}
member IPAddresses : ServerIPAddressCollection
function get IPAddresses () : ServerIPAddressCollection
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddressCollection
An ServerIPAddressCollection object that represents all the IP addresses defined on the server protocol.
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