MonthlyDOWRecurrence Class
SQL Server 2000
Represents the dates on which a scheduled report runs, typically by month, week, and day of the week.
public Class MonthlyDOWRecurrence Inherits [Namespace].RecurrencePattern Member of [Namespace]
public class MonthlyDOWRecurrence : [Namespace].RecurrencePattern Member of [Namespace]
Public Properties
DaysOfWeek | The days of the week (DaysOfWeekSelector object) on which a scheduled report runs. |
MonthsOfYear | The months of the year (MonthsOfYearSelector object) in which a scheduled report runs. |
WhichWeek | The week of the month (WeekNumberEnum enumeration) in which a scheduled report runs. |
WhichWeekSpecified. | Indicates whether a value for the WhichWeek property is specified. Boolean. |
Remarks
Use the MonthlyDOWRecurrence class with the Item property of the ScheduleDefinition class to indicate a monthly, weekly, and daily recurrence pattern in a schedule.
