Класс WeeklyRecurrence
Represents the number of weeks and the days of the week on which a scheduled report runs.
Иерархия наследования
System. . :: . .Object
ReportService2005. . :: . .RecurrencePattern
ReportService2005..::..WeeklyRecurrence
Пространство имен: ReportService2005
Сборка: ReportService2005 (в ReportService2005.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class WeeklyRecurrence _
Inherits RecurrencePattern
'Применение
Dim instance As WeeklyRecurrence
[SerializableAttribute]
public class WeeklyRecurrence : RecurrencePattern
[SerializableAttribute]
public ref class WeeklyRecurrence : public RecurrencePattern
[<SerializableAttribute>]
type WeeklyRecurrence =
class
inherit RecurrencePattern
end
public class WeeklyRecurrence extends RecurrencePattern
Тип WeeklyRecurrence обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
WeeklyRecurrence | Initializes a new instance of the WeeklyRecurrence class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
DaysOfWeek | The days of the week (DaysOfWeekSelector object) on which a scheduled report runs. |
![]() |
WeeksInterval | The intervals at which a scheduled report runs. Intervals are measured in weeks. |
![]() |
WeeksIntervalSpecified | Indicates whether the WeeksInterval value is specified. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Замечания
Use the WeeklyRecurrence class with the Item property to specify a recurrence pattern in minutes.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.