MonthlyDOWRecurrence-Klasse

Represents the dates on which a scheduled report runs, typically by month, week, and day of the week.

Vererbungshierarchie

System. . :: . .Object
  ReportService2006. . :: . .RecurrencePattern
    ReportService2006..::..MonthlyDOWRecurrence

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.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
Öffentliche Methode MonthlyDOWRecurrence Initializes a new instance of the MonthlyDOWRecurrence class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DaysOfWeek Gets or sets the days of the week on which a scheduled report runs.
Öffentliche Eigenschaft MonthsOfYear Gets or sets the months of the year in which a scheduled report runs.
Öffentliche Eigenschaft WhichWeek Gets or sets the week of the month in which a scheduled report runs.
Öffentliche Eigenschaft WhichWeekSpecified Gets or sets a value that indicates whether the WhichWeek property is specified.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode 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.

Siehe auch

Verweis