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


Класс MonthsOfYearSelector

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

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

System. . :: . .Object
  ReportService2005..::..MonthsOfYearSelector

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

Синтаксис

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

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

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

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

В начало

Свойства

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

В начало

Методы

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

В начало

Замечания

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

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

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

См. также

Справочник