Share via


ReportingService2005.DeleteSchedule 메서드

Deletes a shared schedule from the report server database.

네임스페이스:  ReportService2005
어셈블리:  ReportService2005(ReportService2005.dll)

구문

‘선언
Public Sub DeleteSchedule ( _
    ScheduleID As String _
)
‘사용 방법
Dim instance As ReportingService2005 
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) BatchHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

DeleteSchedules (System)

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.

참고 항목

참조

ReportingService2005 클래스

ReportService2005 네임스페이스