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.

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。