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


Класс MonthsOfYearSelector

Represents the months of the year in which a scheduled report runs.

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

System.Object
  ReportService2006.MonthsOfYearSelector

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

Синтаксис

'Декларация
Public Class MonthsOfYearSelector
'Применение
Dim instance As MonthsOfYearSelector
public class MonthsOfYearSelector
public ref class MonthsOfYearSelector
type MonthsOfYearSelector =  class end
public class MonthsOfYearSelector

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство April Gets or sets a value that indicates whether a scheduled report runs in April.
Открытое свойство August Gets or sets a value that indicates whether a scheduled report runs in August.
Открытое свойство December Gets or sets a value that indicates whether a scheduled report runs in December.
Открытое свойство February Gets or sets a value that indicates whether a scheduled report runs in February.
Открытое свойство January Gets or sets a value that indicates whether a scheduled report runs in January.
Открытое свойство July Gets or sets a value that indicates whether a scheduled report runs in July.
Открытое свойство June Gets or sets a value that indicates whether a scheduled report runs in June.
Открытое свойство March Gets or sets a value that indicates whether a scheduled report runs in March.
Открытое свойство May Gets or sets a value that indicates whether a scheduled report runs in May.
Открытое свойство November Gets or sets a value that indicates whether a scheduled report runs in November.
Открытое свойство October Gets or sets a value that indicates whether a scheduled report runs in October.
Открытое свойство September Gets or sets a value that indicates whether a scheduled report runs in September.

В начало

Методы

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

В начало

Замечания

Use the MonthsOfYearSelector class together with the MonthsOfYear property of the MonthlyDOWRecurrence class or the MonthsOfYear property of the MonthlyRecurrence class to indicate the months in which a scheduled report runs.

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

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

См. также

Справочник

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