Freigeben über


ReportingService2005.ListSchedules-Methode

Returns a list of all shared schedules.

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

'Declaration
Public Function ListSchedules As Schedule()
'Usage
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[]

Rückgabewert

Typ: array<ReportService2005.Schedule[]
An array of Schedule objects that represent all shared schedules in the report server database.

Hinweise

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.

Siehe auch

Verweis

ReportingService2005 Klasse

ReportService2005-Namespace