ReportingService2006.GetRoleProperties(String, String, String) 方法

定义

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

public:
 cli::array <ReportService2006::Task ^> ^ GetRoleProperties(System::String ^ Name, System::String ^ Site, [Runtime::InteropServices::Out] System::String ^ % Description);
public ReportService2006.Task[] GetRoleProperties (string Name, string Site, out string Description);
member this.GetRoleProperties : string * string * string -> ReportService2006.Task[]
Public Function GetRoleProperties (Name As String, Site As String, ByRef Description As String) As Task()

参数

Name
String

角色的名称。

Site
String

SharePoint 站点的完全限定 URL。

Description
String

[out] 角色的说明。

返回

Task[]

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

注解

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

SOAP 标头 (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
所需的权限 <xref:Microsoft.SharePoint.SPBasePermissions.ManagePermissions>

适用于