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


Метод ReportingService2006.GetRoleProperties

Returns role information and a collection of associated tasks.

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

Синтаксис

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

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

Параметры

  • Site
    Тип: System.String
    The fully qualified URL for the SharePoint site.
  • Description
    Тип: System.String%
    [out] The description of the role.

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

Тип: array<ReportService2006.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

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

ManagePermissions

См. также

Справочник

ReportingService2006 Класс

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