Classe MinuteRecurrence
Represents the intervals, in minutes, at which a scheduled report runs.
Espace de noms : ReportService2006
Assembly : ReportService2006 (dans ReportService2006.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class MinuteRecurrence _
Inherits RecurrencePattern
'Utilisation
Dim instance As MinuteRecurrence
[SerializableAttribute]
public class MinuteRecurrence : RecurrencePattern
[SerializableAttribute]
public ref class MinuteRecurrence : public RecurrencePattern
[<SerializableAttribute>]
type MinuteRecurrence =
class
inherit RecurrencePattern
end
public class MinuteRecurrence extends RecurrencePattern
Notes
Use a MinuteRecurrence object together with the Item property of the ScheduleDefinition class to indicate the recurrence pattern of a schedule in minutes.
Hiérarchie d'héritage
System. . :: . .Object
ReportService2006. . :: . .RecurrencePattern
ReportService2006..::..MinuteRecurrence
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.