Classe DailyRecurrence
Represents the intervals at which a scheduled report runs. Intervals are specified in days.
Espace de noms : ReportService2006
Assembly : ReportService2006 (dans ReportService2006.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class DailyRecurrence _
Inherits RecurrencePattern
'Utilisation
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
Notes
Use the DailyRecurrence class with the Item property of the ScheduleDefinition class to specify a recurrence pattern in minutes.
Hiérarchie d'héritage
System. . :: . .Object
ReportService2006. . :: . .RecurrencePattern
ReportService2006..::..DailyRecurrence
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.