ConfigurationSetting メソッド - ListReservedURLs
レポート サーバー上のすべてのアプリケーション用に予約されている 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 は、メソッド呼び出しが成功したことを示します。 エラー コードは、呼び出しが成功しなかったことを示します。
要件
名前空間: root\Microsoft\SqlServer\ReportServer\<InstanceName>\v13\Admin