次の方法で共有


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 メンバー