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
必要權限 ManagePermissions

適用於