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 | |
---|---|---|
WeeklyRecurrence | Initializes a new instance of the WeeklyRecurrence class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
DaysOfWeek | The days of the week (DaysOfWeekSelector object) on which a scheduled report runs. | |
WeeksInterval | The intervals at which a scheduled report runs. Intervals are measured in weeks. | |
WeeksIntervalSpecified | Indicates whether the WeeksInterval value is specified. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
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.