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: