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 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。