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


Класс MonthlyRecurrence

Represents the days of the month on which a scheduled report runs.

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

System.Object
  ReportService2010.RecurrencePattern
    ReportService2010.MonthlyRecurrence

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

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class MonthlyRecurrence _
    Inherits RecurrencePattern
'Применение
Dim instance As MonthlyRecurrence
[SerializableAttribute]
public class MonthlyRecurrence : RecurrencePattern
[SerializableAttribute]
public ref class MonthlyRecurrence : public RecurrencePattern
[<SerializableAttribute>]
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 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

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