DaysOfWeekSelector Class
SQL Server 2000
Represents the days of the week on which a scheduled report runs.
Public Class DaysOfWeekSelector Member of [Namespace]
public class DaysOfWeekSelector Member of [Namespace]
Public Properties
Friday | Indicates whether a scheduled report runs on Friday. Boolean. |
Monday | Indicates whether a scheduled report runs on Monday. Boolean. |
Saturday | Indicates whether a scheduled report runs on Saturday. Boolean. |
Sunday | Indicates whether a scheduled report runs on Sunday. Boolean. |
Thursday | Indicates whether a scheduled report runs on Thursday. Boolean. |
Tuesday | Indicates whether a scheduled report runs on Tuesday. Boolean. |
Wednesday | Indicates whether a scheduled report runs on Wednesday. Boolean. |
Remarks
Use the DaysOfWeekSelector class with the DaysOfWeek property of the MonthlyDOWRecurrence class and the DaysOfWeek property of the WeeklyRecurrence class to indicate the days of the week on which a scheduled report runs.
