ResumeSchedule Method
SQL Server 2000
ReportingService.ResumeSchedule Method
Resumes a shared schedule that has been paused.
Public Sub ResumeSchedule( ByVal ScheduleID As String ) Member of [Namespace].ReportingService
public void ResumeSchedule( string ScheduleID ); Member of [Namespace].ReportingService
Parameters
- ScheduleID
- The ID of the schedule.
Permissions
| Operation | Description |
|---|---|
| Update Schedules | Required for resuming a schedule. |
Remarks
The ResumeSchedule method can be included in a batch operation.
No error is returned if ResumeSchedule is called on a schedule that is not paused.