Classe ScheduleDefinition

Represents a defined schedule.

Hiérarchie d'héritage

System. . :: . .Object
  ReportService2006. . :: . .ScheduleDefinitionOrReference
    ReportService2006..::..ScheduleDefinition

Espace de noms :  ReportService2006
Assembly :  ReportService2006 (en ReportService2006.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class ScheduleDefinition _
    Inherits ScheduleDefinitionOrReference
'Utilisation
Dim instance As ScheduleDefinition
[SerializableAttribute]
public class ScheduleDefinition : ScheduleDefinitionOrReference
[SerializableAttribute]
public ref class ScheduleDefinition : public ScheduleDefinitionOrReference
[<SerializableAttribute>]
type ScheduleDefinition =  
    class
        inherit ScheduleDefinitionOrReference
    end
public class ScheduleDefinition extends ScheduleDefinitionOrReference

Le type ScheduleDefinition expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ScheduleDefinition Initializes a new instance of the ScheduleDefinition class.

Haut de la page

Propriétés

  Nom Description
Propriété publique EndDate Gets or sets the end date and time of a schedule.
Propriété publique EndDateSpecified Gets or sets a value that indicates whether the EndDate property is specified.
Propriété publique Item Gets or sets the recurrence pattern of a schedule.
Propriété publique StartDateTime Gets or sets the start date and time of a schedule.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

Use the ScheduleDefinition class together with the Definition property of the Schedule class.

A ScheduleDefinition object is returned as output by the GetExecutionOptions and GetReportHistoryOptions methods and is passed as input to the CreateSchedule, SetExecutionOptions, SetReportHistoryOptions, and SetScheduleProperties methods.

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.

Voir aussi

Référence