Partager via


Méthode ReportingService2005.ListSchedules

Returns a list of all shared schedules.

Espace de noms :  ReportService2005
Assembly :  ReportService2005 (en ReportService2005.dll)

Syntaxe

'Déclaration
Public Function ListSchedules As Schedule()
'Utilisation
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[]

Valeur de retour

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

Notes

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.

Voir aussi

Référence

ReportingService2005 Classe

Espace de noms ReportService2005