ReportingService2005.SetRoleProperties(String, String, Task[]) 메서드

정의

역할 속성을 설정하고 태스크의 컬렉션을 지정된 역할과 연결합니다.

public:
 void SetRoleProperties(System::String ^ Name, System::String ^ Description, cli::array <ReportService2005::Task ^> ^ Tasks);
public void SetRoleProperties (string Name, string Description, ReportService2005.Task[] Tasks);
member this.SetRoleProperties : string * string * ReportService2005.Task[] -> unit
Public Sub SetRoleProperties (Name As String, Description As String, Tasks As Task())

매개 변수

Name
String

속성을 설정할 역할의 이름입니다.

Description
String

선택 사항입니다. 역할의 설명입니다.

Tasks
Task[]

역할에 대해 설정할 태스크를 나타내는 Task 개체의 배열입니다.

설명

다음 표에서는 이 작업에 대한 헤더 및 사용 권한 정보를 보여 줍니다.

SOAP 헤더 (In) BatchHeaderValue

(Out) ServerInfoHeaderValue
필요한 권한 UpdateRoleProperties (시스템)

메서드를 SetRoleProperties 사용하여 역할 속성을 변경하는 경우 역할에 할당된 그룹, 사용자 및 정책이 영향을 받습니다.

적용 대상