MonthlyDOWRecurrence-Klasse
Represents the dates on which a scheduled report runs, typically by month, week, and day of the week.
Vererbungshierarchie
System. . :: . .Object
ReportService2010. . :: . .RecurrencePattern
ReportService2010..::..MonthlyDOWRecurrence
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class MonthlyDOWRecurrence _
Inherits RecurrencePattern
'Usage
Dim instance As MonthlyDOWRecurrence
[SerializableAttribute]
public class MonthlyDOWRecurrence : RecurrencePattern
[SerializableAttribute]
public ref class MonthlyDOWRecurrence : public RecurrencePattern
[<SerializableAttribute>]
type MonthlyDOWRecurrence =
class
inherit RecurrencePattern
end
public class MonthlyDOWRecurrence extends RecurrencePattern
Der MonthlyDOWRecurrence-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
MonthlyDOWRecurrence | Initializes a new instance of the MonthlyDOWRecurrence class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
DaysOfWeek | Gets or sets the days of the week on which a scheduled report runs. | |
MonthsOfYear | Gets or sets the months of the year in which a scheduled report runs. | |
WhichWeek | Gets or sets the week of the month in which a scheduled report runs. | |
WhichWeekSpecified | Gets or sets a value that indicates whether the WhichWeek property is specified. |
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
The MonthlyDOWRecurrence pattern is not supported in SharePoint integrated mode.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.