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 (すべてのバージョン)