ListIPAddresses Method (WMI MSReportServer_ConfigurationSetting)
SQL Server 2008 R2
Lists the IP addresses for the report server computer.
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);
Namespace: root\Microsoft\SqlServer\ReportServer\RS_<EncodedInstanceName>\v10\Admin
Platform: Windows Server 2003, Datacenter Edition; Windows Server 2003, Enterprise Edition; Windows Server 2003, Standard Edition; Windows Vista; Windows XP Professional with Service Pack 2 (SP2) or Service Pack 1 (SP1); or Windows 2000 (all versions)
