次の方法で共有


ReportingService2005.ListRoles メソッド

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

名前空間:  ReportService2005
アセンブリ:  ReportService2005 (ReportService2005.dll)

構文

'宣言
Public Function ListRoles ( _
    SecurityScope As SecurityScopeEnum _
) As Role()
'使用
Dim instance As ReportingService2005 
Dim SecurityScope As SecurityScopeEnum 
Dim returnValue As Role()

returnValue = instance.ListRoles(SecurityScope)
public Role[] ListRoles(
    SecurityScopeEnum SecurityScope
)
public:
array<Role^>^ ListRoles(
    SecurityScopeEnum SecurityScope
)
member ListRoles : 
        SecurityScope:SecurityScopeEnum -> Role[] 
public function ListRoles(
    SecurityScope : SecurityScopeEnum
) : Role[]

パラメーター

戻り値

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

説明

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

SOAP ヘッダー

(Out) ServerInfoHeaderValue

必要な権限

なし

関連項目

参照

ReportingService2005 クラス

ReportService2005 名前空間