ReportingService2005.GetRoleProperties(String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne les informations de rôle et une collection de tâches associées.
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()
Paramètres
- Name
- String
Nom du rôle.
- Description
- String
[out] Description du rôle.
Retours
Task[]
Tableau d'objets Task qui représente les tâches associées au rôle.
Remarques
Le tableau suivant présente les informations relatives aux en-têtes et aux autorisations sur cette opération.
En-têtes SOAP | (Out) ServerInfoHeaderValue |
Autorisations requises | ReadRoleProperties (Système) |