RemoveAllJobSchedules Method (SQL-DMO)

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

Applies To

Job Object

Syntax

object.RemoveAllJobSchedules( )

Part Description
object Expression that evaluates to an object in the Applies To list

Remarks

On successful execution, 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.

Prototype (C/C++)

HRESULT RemoveAllJobSchedules();

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.