Metodo ReportingService2006.DeleteSchedule
Deletes a shared schedule from the report server database.
Spazio dei nomi ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Sintassi
'Dichiarazione
Public Sub DeleteSchedule ( _
ScheduleID As String _
)
'Utilizzo
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
)
Parametri
- ScheduleID
Tipo: System.String
The ID of the schedule, returned by the CreateSchedule method.
Osservazioni
The table below shows header and permissions information on this operation.
SOAP Headers |
(Out) ServerInfoHeaderValue |
Required Permissions |
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.