Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.