ReportingService2005.ListSchedules Method ()

 

Applies To: SQL Server 2016 Preview

Returns a list of all shared schedules.

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

Syntax

public Schedule[] ListSchedules()
public:
array<Schedule^>^ ListSchedules()
member ListSchedules : unit -> Schedule[]
Public Function ListSchedules As Schedule()

Return Value

Type: ReportService2005.Schedule[]

An array of Schedule objects that represent all shared schedules in the report server database.

Remarks

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.

See Also

ReportingService2005 Class
ReportService2005 Namespace

Return to top