Classe MinuteRecurrence
Represents the intervals, in minutes, at which a scheduled report runs.
Hiérarchie d'héritage
System.Object
ReportService2006.RecurrencePattern
ReportService2006.MinuteRecurrence
Espace de noms : ReportService2006
Assembly : ReportService2006 (en ReportService2006.dll)
Syntaxe
'Déclaration
Public Class MinuteRecurrence _
Inherits RecurrencePattern
'Utilisation
Dim instance As MinuteRecurrence
public class MinuteRecurrence : RecurrencePattern
public ref class MinuteRecurrence : public RecurrencePattern
type MinuteRecurrence =
class
inherit RecurrencePattern
end
public class MinuteRecurrence extends RecurrencePattern
Le type MinuteRecurrence expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
MinuteRecurrence | Initializes a new instance of the MinuteRecurrence class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
MinutesInterval | Gets or sets the interval, in minutes, at which a scheduled report runs. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Notes
Use a MinuteRecurrence object together with the Item property of the ScheduleDefinition class to indicate the recurrence pattern of a schedule in minutes.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.