MonthsOfYearSelector-Klasse
Represents the months of the year in which a scheduled report runs.
Vererbungshierarchie
System. . :: . .Object
ReportService2010..::..MonthsOfYearSelector
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class MonthsOfYearSelector
'Usage
Dim instance As MonthsOfYearSelector
[SerializableAttribute]
public class MonthsOfYearSelector
[SerializableAttribute]
public ref class MonthsOfYearSelector
[<SerializableAttribute>]
type MonthsOfYearSelector = class end
public class MonthsOfYearSelector
Der MonthsOfYearSelector-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
MonthsOfYearSelector | Initializes a new instance of the MonthsOfYearSelector class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Hinweise
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.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.