ReportingService2010.PauseSchedule 方法
SQL Server 2012
Pauses the execution of a given schedule.
命名空间: ReportService2010
程序集: ReportService2010(在 ReportService2010.dll 中)
[SoapHeaderAttribute("TrustedUserHeaderValue")] [SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)] [SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/PauseSchedule", 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)] public void PauseSchedule( string ScheduleID )
参数
- ScheduleID
- 类型: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 |
Paused shared schedules cannot run until they are resumed. To resume a schedule, use the ResumeSchedule method.
显示: