Compartilhar via


Classe WeeklyRecurrence

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

Hierarquia de herança

System. . :: . .Object
  ReportService2006. . :: . .RecurrencePattern
    ReportService2006..::..WeeklyRecurrence

Namespace:  ReportService2006
Assembly:  ReportService2006 (em ReportService2006.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public Class WeeklyRecurrence _
    Inherits RecurrencePattern
'Uso
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

O tipo WeeklyRecurrence expõe os membros a seguir.

Construtores

  Nome Descrição
Método público WeeklyRecurrence Initializes a new instance of the WeeklyRecurrence class.

Início

Propriedades

  Nome Descrição
Propriedade pública DaysOfWeek Gets or sets the days of the week (DaysOfWeekSelector object) on which a scheduled report runs.
Propriedade pública WeeksInterval Gets or sets the intervals at which a scheduled report runs. Intervals are measured in weeks.
Propriedade pública WeeksIntervalSpecified Gets or sets a value that indicates whether the WeeksInterval property is specified.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

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

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência