Classe MinuteRecurrence

Represents the intervals, in minutes, at which a scheduled report runs.

Espace de noms :  ReportService2005
Assembly :  ReportService2005 (dans ReportService2005.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 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
  ReportService2005. . :: . .RecurrencePattern
    ReportService2005..::..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.