ReportingService2010.ResumeSchedule Method
SQL Server 2008 R2
Resumes a shared schedule that has been paused.
Assembly: ReportService2010 (in ReportService2010.dll)
'Declaration <SoapHeaderAttribute("ServerInfoHeaderValue", Direction := SoapHeaderDirection.Out)> _ <SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ResumeSchedule", RequestNamespace := "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", _ ResponseNamespace := "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", _ Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _ <SoapHeaderAttribute("TrustedUserHeaderValue")> _ Public Sub ResumeSchedule ( _ ScheduleID As String _ ) 'Usage Dim instance As ReportingService2010 Dim ScheduleID As String instance.ResumeSchedule(ScheduleID)
Parameters
- ScheduleID
- Type: System.String
The ID of the schedule.
The table below shows header and permissions information on this operation.
SOAP Header Usage | (Out) ServerInfoHeaderValue |
Native Mode Required Permissions | UpdateSchedules (System) |
SharePoint Mode Required Permissions | ManageWeb |
No error is returned if the ResumeSchedule method is called on a schedule that is not paused.
