Класс DaysOfWeekSelector
Represents the days of the week on which a scheduled report runs.
Иерархия наследования
System. . :: . .Object
ReportService2010..::..DaysOfWeekSelector
Пространство имен: ReportService2010
Сборка: ReportService2010 (в ReportService2010.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 | Gets or sets a value that indicates whether a scheduled report runs on Friday. | |
Monday | Gets or sets a value that indicates whether a scheduled report runs on Monday. | |
Saturday | Gets or sets a value that indicates whether a scheduled report runs on Saturday. | |
Sunday | Gets or sets a value that indicates whether a scheduled report runs on Sunday. | |
Thursday | Gets or sets a value that indicates whether a scheduled report runs on Thursday. | |
Tuesday | Gets or sets a value that indicates whether a scheduled report runs on Tuesday. | |
Wednesday | Gets or sets a value that indicates whether a scheduled report runs on Wednesday. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Замечания
Use the DaysOfWeekSelector class together with the DaysOfWeek property of the WeeklyRecurrence class to indicate the days of the week on which a scheduled report runs.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.