Condividi tramite


Classe MonthlyDOWRecurrence

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

Gerarchia di ereditarietà

System. . :: . .Object
  ReportService2010. . :: . .RecurrencePattern
    ReportService2010..::..MonthlyDOWRecurrence

Spazio dei nomi  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class MonthlyDOWRecurrence _
    Inherits RecurrencePattern
'Utilizzo
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

Nel tipo MonthlyDOWRecurrence sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico MonthlyDOWRecurrence Initializes a new instance of the MonthlyDOWRecurrence class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica DaysOfWeek Gets or sets the days of the week on which a scheduled report runs.
Proprietà pubblica MonthsOfYear Gets or sets the months of the year in which a scheduled report runs.
Proprietà pubblica WhichWeek Gets or sets the week of the month in which a scheduled report runs.
Proprietà pubblica WhichWeekSpecified Gets or sets a value that indicates whether the WhichWeek property is specified.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

The MonthlyDOWRecurrence pattern is not supported in SharePoint integrated mode.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento