Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a list of all shared schedules for a given site.
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
Public Function ListSchedules ( _
Site As String _
) As Schedule()
'Usage
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[]
Parameters
- Site
Type: System.String
The fully qualified URL for the SharePoint site.
Return Value
Type: array<ReportService2006.Schedule[]
An array of Schedule objects that represents all shared schedules for the given site.
Remarks
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.