Partager via


Classe ScheduleDefinition

Represents a defined schedule.

Espace de noms :  ReportService2006
Assembly :  ReportService2006 (dans 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

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.

Hiérarchie d'héritage

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

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.