ScheduleDefinition Class
SQL Server 2000
Represents a defined schedule.
Public Class ScheduleDefinition Inherits [Namespace].ScheduleDefinitionOrReference Member of [Namespace]
public class ScheduleDefinition : [Namespace].ScheduleDefinitionOrReference Member of [Namespace]
Public Properties
EndDate | The end date and time of a schedule. DateTime. |
Item | The recurrence pattern (RecurrencePattern object) of a schedule. |
StartDateTime | The start date and time of a schedule. DateTime. |
Remarks
Use the ScheduleDefinition class with the Definition property of the Schedule class.
A ScheduleDefinition object is returned as output by the GetExecutionOptions and GetReportHistoryOptions methods and is passed as input to the CreateSchedule, SetExecutionOptions, SetReportHistoryOptions, and SetScheduleProperties methods.
