MonthsOfYearSelector 类

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

继承层次结构

System.Object
  ReportService2010.MonthsOfYearSelector

命名空间:  ReportService2010
程序集:  ReportService2010(在 ReportService2010.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 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.

线程安全

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

请参阅

参考

ReportService2010 命名空间