ReportingService2005.GetRoleProperties(String, String) Method
Definition
返回角色信息和关联任务的集合。Returns role information and a collection of associated tasks.
public:
cli::array <ReportService2005::Task ^> ^ GetRoleProperties(System::String ^ Name, [Runtime::InteropServices::Out] System::String ^ % Description);
public ReportService2005.Task[] GetRoleProperties (string Name, out string Description);
member this.GetRoleProperties : string * string -> ReportService2005.Task[]
Public Function GetRoleProperties (Name As String, ByRef Description As String) As Task()
Parameters
- Name
- String
角色的名称。The name of the role.
- Description
- String
[out] 角色的说明。[out] The description of the role.
Returns
- Task[]
Task 对象的数组,它表示与角色关联的任务。An array of Task objects that represents the tasks associated with the role.
Remarks
下表显示了有关此操作的标头和权限信息。The table below shows header and permissions information on this operation.
SOAP 标头SOAP Headers | (Out) ServerInfoHeaderValue(Out) ServerInfoHeaderValue |
所需的权限Required Permissions | ReadRoleProperties (系统) ReadRoleProperties (System) |