ReportingService2006.ListRoles(SecurityScopeEnum, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 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 값에 의해 필터링됩니다.