共用方式為


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.

請參閱

參考

ReportingService2005 類別

ReportService2005 命名空間