ReportingService2005.ResumeSchedule(String) Method
Definition
恢复已暂停的共享计划。Resumes a shared schedule that has been paused.
public:
void ResumeSchedule(System::String ^ ScheduleID);
public void ResumeSchedule (string ScheduleID);
member this.ResumeSchedule : string -> unit
Public Sub ResumeSchedule (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) |
ResumeSchedule方法可以包括在批处理操作中。The ResumeSchedule method can be included in a batch operation.
如果 ResumeSchedule 对未暂停的计划调用,则不会返回错误。No error is returned if ResumeSchedule is called on a schedule that is not paused.