ReportingService2006.ListSchedules 메서드
Returns a list of all shared schedules for a given site.
네임스페이스: ReportService2006
어셈블리: ReportService2006(ReportService2006.dll)
구문
‘선언
Public Function ListSchedules ( _
Site As String _
) As Schedule()
‘사용 방법
Dim instance As ReportingService2006
Dim Site As String
Dim returnValue As Schedule()
returnValue = instance.ListSchedules(Site)
public Schedule[] ListSchedules(
string Site
)
public:
array<Schedule^>^ ListSchedules(
String^ Site
)
member ListSchedules :
Site:string -> Schedule[]
public function ListSchedules(
Site : String
) : Schedule[]
매개 변수
- Site
유형: System.String
The fully qualified URL for the SharePoint site.
반환 값
유형: array<ReportService2006.Schedule[]
An array of Schedule objects that represents all shared schedules for the given site.
주의
The table below shows header and permissions information on this operation.
SOAP Headers |
(Out) ServerInfoHeaderValue |
Required Permissions |
If the site does not contain any shared schedules, an empty Schedule array is returned.