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


Класс MonthlyDOWRecurrence

Represents the dates on which a scheduled report runs, typically by month, week, and day of the week.

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

System.Object
  ReportService2010.RecurrencePattern
    ReportService2010.MonthlyDOWRecurrence

Пространство имен:  ReportService2010
Сборка:  ReportService2010 (в ReportService2010.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class MonthlyDOWRecurrence _
    Inherits RecurrencePattern
'Применение
Dim instance As MonthlyDOWRecurrence
[SerializableAttribute]
public class MonthlyDOWRecurrence : RecurrencePattern
[SerializableAttribute]
public ref class MonthlyDOWRecurrence : public RecurrencePattern
[<SerializableAttribute>]
type MonthlyDOWRecurrence =  
    class 
        inherit RecurrencePattern 
    end
public class MonthlyDOWRecurrence extends RecurrencePattern

Тип MonthlyDOWRecurrence обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод MonthlyDOWRecurrence Initializes a new instance of the MonthlyDOWRecurrence class.

В начало

Свойства

  Имя Описание
Открытое свойство DaysOfWeek Gets or sets the days of the week on which a scheduled report runs.
Открытое свойство MonthsOfYear Gets or sets the months of the year in which a scheduled report runs.
Открытое свойство WhichWeek Gets or sets the week of the month in which a scheduled report runs.
Открытое свойство WhichWeekSpecified Gets or sets a value that indicates whether the WhichWeek property is specified.

В начало

Методы

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

В начало

Замечания

The MonthlyDOWRecurrence pattern is not supported in SharePoint integrated mode.

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

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

См. также

Справочник

Пространство имен ReportService2010