MonthlyRecurrence-Klasse
Represents the days of the month on which a scheduled report runs.
Vererbungshierarchie
System. . :: . .Object
ReportService2010. . :: . .RecurrencePattern
ReportService2010..::..MonthlyRecurrence
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class MonthlyRecurrence _
Inherits RecurrencePattern
'Usage
Dim instance As MonthlyRecurrence
[SerializableAttribute]
public class MonthlyRecurrence : RecurrencePattern
[SerializableAttribute]
public ref class MonthlyRecurrence : public RecurrencePattern
[<SerializableAttribute>]
type MonthlyRecurrence =
class
inherit RecurrencePattern
end
public class MonthlyRecurrence extends RecurrencePattern
Der MonthlyRecurrence-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
MonthlyRecurrence | Initializes a new instance of the MonthlyRecurrence class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Days | Gets or sets the days of the month on which a scheduled report runs. | |
MonthsOfYear | Gets or sets the months of the year in which a scheduled report runs. |
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 MonthlyRecurrence class together with the Item property of the ScheduleDefinition class to indicate a monthly recurrence pattern in a schedule.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.