ReportingService2006.ListRoles メソッド
指定した SharePoint サイトのロールの名前と説明を返します。
名前空間: ReportService2006
アセンブリ: ReportService2006 (ReportService2006.dll)
構文
'宣言
Public Function ListRoles ( _
SecurityScope As SecurityScopeEnum, _
Path As String _
) As Role()
'使用
Dim instance As ReportingService2006
Dim SecurityScope As SecurityScopeEnum
Dim Path As String
Dim returnValue As Role()
returnValue = instance.ListRoles(SecurityScope, _
Path)
public Role[] ListRoles(
SecurityScopeEnum SecurityScope,
string Path
)
public:
array<Role^>^ ListRoles(
SecurityScopeEnum SecurityScope,
String^ Path
)
member ListRoles :
SecurityScope:SecurityScopeEnum *
Path:string -> Role[]
public function ListRoles(
SecurityScope : SecurityScopeEnum,
Path : String
) : Role[]
パラメーター
- SecurityScope
型: ReportService2006.SecurityScopeEnum
返されるアイテムのセキュリティ スコープを示す SecurityScopeEnum 値です。
- Path
型: System.String
SharePoint サイトの完全修飾 URL です。
戻り値
型: array<ReportService2006.Role[]
次の表に、この操作に関連するヘッダーおよび権限の情報を示します。
SOAP ヘッダー |
(Out) ServerInfoHeaderValue |
必要な権限 |
なし |
指定したサイトのロールに関する情報を表す、指定した SecurityScopeEnum 値によってフィルター選択された Role オブジェクトの配列です。