ReportingService2006.GetRoleProperties(String, String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回角色資訊及關聯工作的集合。
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 |