Метод ReportingService2005.ListSchedules
Returns a list of all shared schedules.
Пространство имен: ReportService2005
Сборка: ReportService2005 (в ReportService2005.dll)
Синтаксис
'Декларация
Public Function ListSchedules As Schedule()
'Применение
Dim instance As ReportingService2005
Dim returnValue As Schedule()
returnValue = instance.ListSchedules()
public Schedule[] ListSchedules()
public:
array<Schedule^>^ ListSchedules()
member ListSchedules : unit -> Schedule[]
public function ListSchedules() : Schedule[]
Возвращаемое значение
Тип: array<ReportService2005.Schedule[]
An array of Schedule objects that represent all shared schedules in the report server database.
Замечания
The table below shows header and permissions information on this operation.
SOAP Headers |
(Out) ServerInfoHeaderValue |
Required Permissions |
ReadSchedules (System) |
If the report server does not contain any shared schedules, an empty array is returned.