WeeklyRecurrence Class
SQL Server 2000
Represents the number of weeks and the days of the week on which a scheduled report runs.
public Class WeeklyRecurrence Inherits [Namespace].RecurrencePattern Member of [Namespace]
public class WeeklyRecurrence : [Namespace].RecurrencePattern Member of [Namespace]
Public Properties
DaysOfWeek | The days of the week (DaysOfWeekSelector object) on which a scheduled report runs. |
WeeksInterval | The intervals at which a scheduled report runs. Intervals are measured in weeks. Integer. |
WeeksIntervalSpecified | Indicates whether a value for the WeeksInterval property is specified. Boolean. |
Remarks
Use the WeeklyRecurrence class with the ScheduleDefinition.Item property to specify a recurrence pattern in minutes.
