ReportingService2005.GetRoleProperties(String, String) Método

Definição

Retorna informações da função e uma coleção de tarefas associadas.

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()

Parâmetros

Name
String

O nome da função.

Description
String

[out] A descrição da função.

Retornos

Task[]

Uma matriz de objetos Task que representa as tarefas associadas à função.

Comentários

A tabela a seguir mostra o cabeçalho e as informações de permissão sobre esta operação.

Cabeçalhos SOAP (Out) ServerInfoHeaderValue
Permissões necessárias ReadRoleProperties (Sistema)

Aplica-se a