Classe MonthlyRecurrence
Represents the days of the month on which a scheduled report runs.
Hiérarchie d'héritage
System.Object
ReportService2010.RecurrencePattern
ReportService2010.MonthlyRecurrence
Espace de noms : ReportService2010
Assembly : ReportService2010 (en ReportService2010.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class MonthlyRecurrence _
Inherits RecurrencePattern
'Utilisation
Dim instance As MonthlyRecurrence
[SerializableAttribute]
public class MonthlyRecurrence : RecurrencePattern
[SerializableAttribute]
public ref class MonthlyRecurrence : public RecurrencePattern
[<SerializableAttribute>]
type MonthlyRecurrence =
class
inherit RecurrencePattern
end
public class MonthlyRecurrence extends RecurrencePattern
Le type MonthlyRecurrence expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
MonthlyRecurrence | Initializes a new instance of the MonthlyRecurrence class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Days | Gets or sets the days of the month on which a scheduled report runs. | |
MonthsOfYear | Gets or sets the months of the year in 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 the MonthlyRecurrence class together with the Item property of the ScheduleDefinition class to indicate a monthly recurrence pattern in a schedule.
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.