Поделиться через


Класс WeeklyRecurrence

Represents the number of weeks and the days of the week on which a scheduled report runs.

Иерархия наследования

System. . :: . .Object
  ReportService2010. . :: . .RecurrencePattern
    ReportService2010..::..WeeklyRecurrence

Пространство имен:  ReportService2010
Сборка:  ReportService2010 (в ReportService2010.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 Gets or sets the days of the week (DaysOfWeekSelector object) on which a scheduled report runs.
Открытое свойство WeeksInterval Gets or sets the intervals at which a scheduled report runs. Intervals are measured in weeks.
Открытое свойство WeeksIntervalSpecified Gets or sets a value that indicates whether the WeeksInterval property is specified.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

Use the WeeklyRecurrence class together with the Item property to specify a recurrence pattern in minutes.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник