Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Resumes a shared schedule that has been paused.
Пространство имен: ReportService2005
Сборка: ReportService2005 (в ReportService2005.dll)
Синтаксис
'Декларация
Public Sub ResumeSchedule ( _
ScheduleID As String _
)
'Применение
Dim instance As ReportingService2005
Dim ScheduleID As String
instance.ResumeSchedule(ScheduleID)
public void ResumeSchedule(
string ScheduleID
)
public:
void ResumeSchedule(
String^ ScheduleID
)
member ResumeSchedule :
ScheduleID:string -> unit
public function ResumeSchedule(
ScheduleID : String
)
Параметры
- ScheduleID
Тип: System.String
The ID of the schedule.
Замечания
The table below shows header and permissions information on this operation.
SOAP Headers |
(In) BatchHeaderValue (Out) ServerInfoHeaderValue |
Required Permissions |
UpdateSchedules (System) |
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.