ListIPAddresses 方法 (WMI MSReportServer_ConfigurationSetting)
列出报表服务器计算机的 IP 地址。
语法
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);
参数
IPAddress[]
[out] 计算机的 IP 地址列表。IPVersion[]
[out] IP 地址的版本。IsDhcpEnabled[]
[out] 指示 IP 地址是否已启用 DHCP。Length
[out] 该方法返回的数组长度。HRESULT
[out] 指示调用是成功还是失败的值。
返回值
返回 HRESULT,指示方法调用是成功还是失败。值 0 指示方法调用已成功;错误代码指示调用未成功。
注释
IPVersion 字符串为 V4、V6。
如果 IsDhcpEnabled 为 True,IPAddress 将是动态的。不应用于 SSL 绑定。
要求
命名空间: root\Microsoft\SqlServer\ReportServer\RS_<EncodedInstanceName>\v10\Admin
平台: Windows Server 2003 Datacenter Edition;Windows Server 2003 Enterprise Edition;Windows Server 2003 Standard Edition;Windows Vista;Windows XP Professional Service Pack 2 (SP2) 或 Service Pack 1 (SP1) 或者 Windows 2000(所有版本)