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。

长度
[out] 该方法返回的数组长度。

HRESULT
[out] 指示调用是成功还是失败的值。

返回值

返回 HRESULT ,指示方法调用是成功还是失败。 值 0 指示方法调用已成功;错误代码指示调用未成功。

备注

要求

Namespace:root\Microsoft\SqlServer\ReportServer\<InstanceName>\v12\Admin

另请参阅

MSReportServer_ConfigurationSetting 成员