Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 1.88 KB

configurationsetting-method-listipaddresses.md

File metadata and controls

61 lines (46 loc) · 1.88 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic ms.custom helpviewer_keywords
ListIPAddresses method (WMI MSReportServer_ConfigurationSetting)
ListIPAddresses method (WMI MSReportServer_ConfigurationSetting)
maggiesMSFT
maggies
03/01/2017
reporting-services
wmi-provider-library-reference
conceptual
updatefrequency5
ListIPAddresses method

ConfigurationSetting method - ListIPAddresses

Lists the IP addresses for the report server computer.

Syntax

Public Sub ListIPAddresses (ByRef IPAddress() as String, _  
    ByRef IPVersion()as String, ByRef IsDhcpEnabled () as Boolean, _   
    ByRef Length as Int32, ByRef HRESULT as Int32)  
public void ListIPAddresses (out string[] IPAddress,   
    out string[] IPVersion, out bool[] isDhcpEnabled, out int length,   
    out int HRESULT);  

Parameters

IPAddress[]
[out] The list of IP address for the computer.

IPVersion[]
[out] The version for the IP addresses.

IsDhcpEnabled[]
[out] Indicates whether the IP addresses are DHCP enabled.

Length
[out] The length of the array returned by the method.

HRESULT
[out] Value indicating whether the call succeeded or failed.

Return Value

Returns an HRESULT indicating success or failure of the method call. A value of 0 indicates that the method call was successful. An error code indicates the call wasn't successful.

Remarks

IPVersion strings are V4, V6.

If IsDhcpEnabled is True, the IPAddress is dynamic. It shouldn't be used for TLS bindings.

Requirements

Namespace: [!INCLUDEssRSWMInmspcA]

See Also

MSReportServer_ConfigurationSetting members