Класс MonthlyRecurrence
Represents the days of the month on which a scheduled report runs.
Иерархия наследования
System.Object
ReportService2006.RecurrencePattern
ReportService2006.MonthlyRecurrence
Пространство имен: ReportService2006
Сборка: ReportService2006 (в ReportService2006.dll)
Синтаксис
'Декларация
Public Class MonthlyRecurrence _
Inherits RecurrencePattern
'Применение
Dim instance As MonthlyRecurrence
public class MonthlyRecurrence : RecurrencePattern
public ref class MonthlyRecurrence : public RecurrencePattern
type MonthlyRecurrence =
class
inherit RecurrencePattern
end
public class MonthlyRecurrence extends RecurrencePattern
Тип MonthlyRecurrence обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
MonthlyRecurrence | Initializes a new instance of the MonthlyRecurrence class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
Days | Gets or sets the days of the month on which a scheduled report runs. | |
MonthsOfYear | Gets or sets the months of the year (MonthsOfYearSelector object) in which a scheduled report runs. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Замечания
Use the MonthlyRecurrence class together with the Item property of the ScheduleDefinition class to indicate a monthly recurrence pattern in a schedule.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.