ReportingService2005.GetRoleProperties(String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回角色信息和关联任务的集合。
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 (系统) |