Класс DaysOfWeekSelector
Represents the days of the week on which a scheduled report runs.
Иерархия наследования
System. . :: . .Object
ReportService2005..::..DaysOfWeekSelector
Пространство имен: ReportService2005
Сборка: ReportService2005 (в ReportService2005.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class DaysOfWeekSelector
'Применение
Dim instance As DaysOfWeekSelector
[SerializableAttribute]
public class DaysOfWeekSelector
[SerializableAttribute]
public ref class DaysOfWeekSelector
[<SerializableAttribute>]
type DaysOfWeekSelector = class end
public class DaysOfWeekSelector
Тип DaysOfWeekSelector обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
DaysOfWeekSelector | Initializes a new instance of the DaysOfWeekSelector class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
Friday | Indicates whether a scheduled report runs on Friday. | |
Monday | Indicates whether a scheduled report runs on Monday. | |
Saturday | Indicates whether a scheduled report runs on Saturday. | |
Sunday | Indicates whether a scheduled report runs on Sunday. | |
Thursday | Indicates whether a scheduled report runs on Thursday. | |
Tuesday | Indicates whether a scheduled report runs on Tuesday. | |
Wednesday | Indicates whether a scheduled report runs on Wednesday. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Замечания
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.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.