ReportingService2005.GetRoleProperties(String, String) 方法

定义

返回角色信息和关联任务的集合。

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()

参数

Name
String

角色的名称。

Description
String

[out] 角色的说明。

返回

Task[]

Task 对象的数组,它表示与角色关联的任务。

注解

下表显示了有关此操作的标头和权限信息。

SOAP 标头 (Out) ServerInfoHeaderValue
所需的权限 ReadRoleProperties (系统)

适用于