ReportingService2006.ListSchedules Method
SQL Server 2008 R2
Returns a list of all shared schedules for a given site.
Assembly: ReportService2006 (in ReportService2006.dll)
[SoapHeaderAttribute("TrustedUserHeaderValue")] [SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices/ListSchedules", RequestNamespace = "http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices", ResponseNamespace = "http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)] [SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)] public Schedule[] ListSchedules( string Site )
Parameters
- Site
- Type: System.String
The fully qualified URL for the SharePoint site.
Return Value
Type: 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 | Open() |
If the site does not contain any shared schedules, an empty Schedule array is returned.
