次の方法で共有


ReportingService2006.ListRoles(SecurityScopeEnum, String) メソッド

定義

指定した SharePoint サイトのロールの名前と説明を返します。

public:
 cli::array <ReportService2006::Role ^> ^ ListRoles(ReportService2006::SecurityScopeEnum SecurityScope, System::String ^ Path);
public ReportService2006.Role[] ListRoles (ReportService2006.SecurityScopeEnum SecurityScope, string Path);
member this.ListRoles : ReportService2006.SecurityScopeEnum * string -> ReportService2006.Role[]
Public Function ListRoles (SecurityScope As SecurityScopeEnum, Path As String) As Role()

パラメーター

SecurityScope
SecurityScopeEnum

返されるアイテムのセキュリティ スコープを示す SecurityScopeEnum 値です。

Path
String

SharePoint サイトの完全修飾 URL です。

戻り値

Role[]

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

**SOAP ヘッダー** (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

必要なアクセス許可 なし

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

適用対象