Partilhar 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
  ReportService2005. . :: . .RecurrencePattern
    ReportService2005..::..WeeklyRecurrence

Namespace:  ReportService2005
Assembly:  ReportService2005 (em ReportService2005.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 The days of the week (DaysOfWeekSelector object) on which a scheduled report runs.
Propriedade pública WeeksInterval The intervals at which a scheduled report runs. Intervals are measured in weeks.
Propriedade pública WeeksIntervalSpecified Indicates whether the WeeksInterval value 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 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