Classe DailyRecurrence
Represents the intervals at which a scheduled report runs. Intervals are specified in days.
Hierarquia de herança
System. . :: . .Object
ReportService2006. . :: . .RecurrencePattern
ReportService2006..::..DailyRecurrence
Namespace: ReportService2006
Assembly: ReportService2006 (em ReportService2006.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class DailyRecurrence _
Inherits RecurrencePattern
'Uso
Dim instance As DailyRecurrence
[SerializableAttribute]
public class DailyRecurrence : RecurrencePattern
[SerializableAttribute]
public ref class DailyRecurrence : public RecurrencePattern
[<SerializableAttribute>]
type DailyRecurrence =
class
inherit RecurrencePattern
end
public class DailyRecurrence extends RecurrencePattern
O tipo DailyRecurrence expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
DailyRecurrence | Initializes a new instance of the DailyRecurrence class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
DaysInterval | The intervals at which a scheduled report runs. Intervals are specified in days. |
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 DailyRecurrence class with the Item property of the ScheduleDefinition class 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.