ListReservedURLs 方法 (WMI MSReportServer_ConfigurationSetting)
列出为报表服务器上所有应用程序保留的 URL。
语法
Public Sub ListReservedUrls(ByRef Application() as String, ByRef UrlString() as String, _
ByRef Account() as String, ByRef AccountSID() as String, _
ByRef length() as Int32, ByRef HRESULT as Int32)
public void ListReservedUrls(out string[] Application, out string[] UrlString,
out string[] Account, out string[] AccountSID,
out int[] Length, out int[] HRESULT);
参数
Application[]
[out] 具有 URL 保留项的应用程序。UrlString[]
[out] 已保留的 URL。Account[]
[out] 与 URL 保留项的帐户关联的帐户名。AccountSID[]
[out] 与 URL 保留项的帐户关联的帐户 SID。Length
[out] 该方法返回的数组长度。HRESULT
[out] 指示调用是成功还是失败的值。
返回值
返回 HRESULT,指示方法调用是成功还是失败。值 0 指示方法调用已成功;错误代码指示调用未成功。
要求
**命名空间:**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(所有版本)