Condividi tramite


RemoveAllJobSchedules Method

Questa funzionalità verrà rimossa in una delle prossime versioni di Microsoft SQL Server. Evitare di utilizzare questa funzionalità in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata.

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

Sintassi

object
.RemoveAllJobSchedules(
)

Parts

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

Prototype (C/C++)

HRESULT RemoveAllJobSchedules();

Osservazioni

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 JobSchedules collection of the Job object. For more information, see JobSchedule Object.

Applies To:

Job Object