MonthsOfYearSelector Class
SQL Server 2000
Represents the months of the year in which a scheduled report runs.
Public Class MonthsOfYearSelector Member of [Namespace]
public class MonthsOfYearSelector Member of [Namespace]
Public Properties
April | Indicates whether a scheduled report runs in April. Boolean. |
August | Indicates whether a scheduled report runs in August. Boolean. |
December | Indicates whether a scheduled report runs in December. Boolean. |
February | Indicates whether a scheduled report runs in February. Boolean. |
January | Indicates whether a scheduled report runs in January. Boolean. |
July | Indicates whether a scheduled report runs in July. Boolean. |
June | Indicates whether a scheduled report runs in June. Boolean. |
March | Indicates whether a scheduled report runs in March. Boolean. |
May | Indicates whether a scheduled report runs in May. Boolean. |
November | Indicates whether a scheduled report runs in November. Boolean. |
October | Indicates whether a scheduled report runs in October. Boolean. |
September | Indicates whether a scheduled report runs in September. Boolean. |
Remarks
Use the MonthsOfYearSelector class with the MonthsOfYear property of the MonthlyDOWRecurrence and MonthlyRecurrence classes to indicate the months in which a scheduled report runs.
