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.