ReportingService2006.DeleteSchedule 方法

Deletes a shared schedule from the report server database.

命名空间:  ReportService2006
程序集:  ReportService2006(在 ReportService2006.dll 中)

语法

声明
Public Sub DeleteSchedule ( _
    ScheduleID As String _
)
用法
Dim instance As ReportingService2006 
Dim ScheduleID As String

instance.DeleteSchedule(ScheduleID)
public void DeleteSchedule(
    string ScheduleID
)
public:
void DeleteSchedule(
    String^ ScheduleID
)
member DeleteSchedule : 
        ScheduleID:string -> unit
public function DeleteSchedule(
    ScheduleID : String
)

参数

注释

The table below shows header and permissions information on this operation.

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

ManageWeb

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

If the DeleteSchedule method is called when 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.

请参阅

参考

ReportingService2006 类

ReportService2006 命名空间