다음을 통해 공유


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 네임스페이스