ReportingService2005.ListRoles(SecurityScopeEnum) メソッド

定義

レポート サーバーが管理するロールの名前と説明を返します。

public:
 cli::array <ReportService2005::Role ^> ^ ListRoles(ReportService2005::SecurityScopeEnum SecurityScope);
public ReportService2005.Role[] ListRoles (ReportService2005.SecurityScopeEnum SecurityScope);
member this.ListRoles : ReportService2005.SecurityScopeEnum -> ReportService2005.Role[]
Public Function ListRoles (SecurityScope As SecurityScopeEnum) As Role()

パラメーター

SecurityScope
SecurityScopeEnum

SecurityScopeEnum返される項目のセキュリティ スコープを指定する値。

戻り値

Role[]

指定した Role 値によってフィルター選択された、ロールに関する情報のコレクションを表す SecurityScopeEnum オブジェクトの配列です。

注釈

次の表に、この操作に関連するヘッダーおよび権限の情報を示します。

SOAP ヘッダー (Out) ServerInfoHeaderValue
必要なアクセス許可 なし

適用対象