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


Метод ReportingService2006.ListTasks

Returns the names and descriptions of tasks that are managed by the report server.

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

Синтаксис

'Декларация
Public Function ListTasks ( _
    SecurityScope As SecurityScopeEnum _
) As Task()
'Применение
Dim instance As ReportingService2006 
Dim SecurityScope As SecurityScopeEnum 
Dim returnValue As Task()

returnValue = instance.ListTasks(SecurityScope)
public Task[] ListTasks(
    SecurityScopeEnum SecurityScope
)
public:
array<Task^>^ ListTasks(
    SecurityScopeEnum SecurityScope
)
member ListTasks : 
        SecurityScope:SecurityScopeEnum -> Task[] 
public function ListTasks(
    SecurityScope : SecurityScopeEnum
) : Task[]

Параметры

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

Тип: array<ReportService2006.Task[]
An array of Task objects that contain information about item-level tasks.

Замечания

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

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

None

The tasks returned by this method are item-level tasks. For more information, see Задачи и разрешения.

If a value of System is specified and rsOperationNotSupportedSharePointMode is returned.

См. также

Справочник

ReportingService2006 Класс

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