Share via


ReportingService2005.ResumeSchedule Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Resumes a shared schedule that has been paused.

Syntax

'Declaration
Public Sub ResumeSchedule ( _
    ScheduleID As String _
)
public void ResumeSchedule (
    string ScheduleID
)
public:
void ResumeSchedule (
    String^ ScheduleID
)
public void ResumeSchedule (
    String ScheduleID
)
public function ResumeSchedule (
    ScheduleID : String
)

Parameters

  • ScheduleID
    The ID of the 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.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

ReportingService2005 Class
ReportingService2005 Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace