Expand Minimize
This topic has not yet been rated - Rate this topic

PauseSchedule Method

SQL Server 2000

ReportingService.PauseSchedule Method

Pauses the execution of a given schedule.

Public Sub PauseSchedule(
   ByVal ScheduleID As String
)
   Member of [Namespace].ReportingService
public void PauseSchedule(
   string ScheduleID
);
   Member of [Namespace].ReportingService
Parameters
ScheduleID
The ID of the schedule.
Permissions

Operation Description
Update Schedules Required to pause schedules in the report server database.

Remarks

Paused shared schedules cannot run until they are resumed. To resume a schedule, use the ResumeSchedule method.

The PauseSchedule method can be run in a batch operation.

See Also

ReportingService Class

Reporting Services Web Service Library

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.