Поделиться через


RemoveAllJobSchedules Method

В будущей версии Microsoft SQL Server эта возможность будет удалена. Избегайте использования этой возможности в новых разработках и запланируйте изменение существующих приложений, в которых она применяется.

The RemoveAllJobSchedules method removes all system records maintaining execution schedules for the referenced SQL Server Agent job.

Синтаксис

object.RemoveAllJobSchedules()

Parts

  • object
    Expression that evaluates to an object in the Applies To list.

Prototype (C/C++)

HRESULT RemoveAllJobSchedules();

Замечания

On successful execution, SQL Distributed Management Objects (SQL-DMO) empties the JobSchedules collection of the Job object used. To reschedule the referenced job, create JobSchedule objects and add them to the JobSchedulescollection of the Job object. For more information, see JobSchedule Object.

Applies To: