Поделиться через


Метод ReportingService2005.GetRoleProperties

Returns role information and a collection of associated tasks.

Пространство имен:  ReportService2005
Сборка:  ReportService2005 (в ReportService2005.dll)

Синтаксис

'Декларация
Public Function GetRoleProperties ( _
    Name As String, _
    <OutAttribute> ByRef Description As String _
) As Task()
'Применение
Dim instance As ReportingService2005 
Dim Name As String 
Dim Description As String 
Dim returnValue As Task()

returnValue = instance.GetRoleProperties(Name, _
    Description)
public Task[] GetRoleProperties(
    string Name,
    out string Description
)
public:
array<Task^>^ GetRoleProperties(
    String^ Name, 
    [OutAttribute] String^% Description
)
member GetRoleProperties : 
        Name:string * 
        Description:string byref -> Task[] 
public function GetRoleProperties(
    Name : String, 
    Description : String
) : Task[]

Параметры

  • Description
    Тип: System.String%
    [out] The description of the role.

Возвращаемое значение

Тип: array<ReportService2005.Task[]
An array of Task objects that represents the tasks associated with the role.

Замечания

The table below shows header and permissions information on this operation.

SOAP Headers

(Out) ServerInfoHeaderValue

Required Permissions

ReadRoleProperties (System)

См. также

Справочник

ReportingService2005 Класс

Пространство имен ReportService2005