ReportingService2005.PauseSchedule(String) Method
Definition
暂停给定计划的执行。Pauses the execution of a given schedule.
public:
void PauseSchedule(System::String ^ ScheduleID);
public void PauseSchedule (string ScheduleID);
member this.PauseSchedule : string -> unit
Public Sub PauseSchedule (ScheduleID As String)
Parameters
- ScheduleID
- String
计划 ID。The ID of the schedule.
Remarks
下表显示了有关此操作的标头和权限信息。The table below shows header and permissions information on this operation.
SOAP 标头SOAP Headers | (In) BatchHeaderValue(In) BatchHeaderValue (Out) ServerInfoHeaderValue(Out) ServerInfoHeaderValue |
所需的权限Required Permissions | UpdateSchedules (系统) UpdateSchedules (System) |
暂停的共享计划在恢复前无法运行。Paused shared schedules cannot run until they are resumed. 若要恢复计划,请使用 ResumeSchedule 方法。To resume a schedule, use the ResumeSchedule method.
PauseSchedule方法可在批处理操作中运行。The PauseSchedule method can be run in a batch operation.