ReportingService2005.DeleteSchedule Method

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

Deletes a shared schedule from the report server database.

Syntax

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

Parameters

  • ScheduleID
    The ID of the schedule.

Remarks

Reports and subscriptions that run according to the schedule do not run if the schedule is deleted.

If the DeleteSchedule method is called while a report that is associated with the shared schedule is running, the report continues to run. In that case, the schedule is assigned to the individual report.

Use the ListSchedules method to retrieve a current list of shared schedules in the report server database.

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