ListSchedules Method
SQL Server 2000
ReportingService.ListSchedules Method
Returns a list of all shared schedules.
Public Function ListSchedules() As [Namespace].Schedule() Member of [Namespace].ReportingService
public [Namespace].Schedule[] ListSchedules() Member of [Namespace].ReportingService
Return Value
An array of Schedule[] objects that represents all shared schedules in the report server database.
Permissions
| Operation | Description |
|---|---|
| Read Schedules | Required to view the schedules in the report server database. |
Remarks
If the report server does not contain any shared schedules, null is returned.