Condividi tramite


Classe WeeklyRecurrence

Represents the number of weeks and the days of the week on which a scheduled report runs.

Gerarchia di ereditarietà

System. . :: . .Object
  ReportService2005. . :: . .RecurrencePattern
    ReportService2005..::..WeeklyRecurrence

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

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class WeeklyRecurrence _
    Inherits RecurrencePattern
'Utilizzo
Dim instance As WeeklyRecurrence
[SerializableAttribute]
public class WeeklyRecurrence : RecurrencePattern
[SerializableAttribute]
public ref class WeeklyRecurrence : public RecurrencePattern
[<SerializableAttribute>]
type WeeklyRecurrence =  
    class
        inherit RecurrencePattern
    end
public class WeeklyRecurrence extends RecurrencePattern

Nel tipo WeeklyRecurrence sono esposti i membri seguenti.

Costruttori

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

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica DaysOfWeek The days of the week (DaysOfWeekSelector object) on which a scheduled report runs.
Proprietà pubblica WeeksInterval The intervals at which a scheduled report runs. Intervals are measured in weeks.
Proprietà pubblica WeeksIntervalSpecified Indicates whether the WeeksInterval value 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

Use the WeeklyRecurrence class with the Item property to specify a recurrence pattern in minutes.

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