Compartilhar via


Classe ScheduleDefinition

Represents a defined schedule.

Hierarquia de herança

System.Object
  ReportService2005.ScheduleDefinitionOrReference
    ReportService2005.ScheduleDefinition

Namespace:  ReportService2005
Assembly:  ReportService2005 (em ReportService2005.dll)

Sintaxe

'Declaração
Public Class ScheduleDefinition _
    Inherits ScheduleDefinitionOrReference
'Uso
Dim instance As ScheduleDefinition
public class ScheduleDefinition : ScheduleDefinitionOrReference
public ref class ScheduleDefinition : public ScheduleDefinitionOrReference
type ScheduleDefinition =  
    class 
        inherit ScheduleDefinitionOrReference 
    end
public class ScheduleDefinition extends ScheduleDefinitionOrReference

O tipo ScheduleDefinition expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ScheduleDefinition Initializes a new instance of the ScheduleDefinition class.

Início

Propriedades

  Nome Descrição
Propriedade pública EndDate Gets or sets the end date and time of a schedule.
Propriedade pública EndDateSpecified Indicates whether the EndDate property is set.
Propriedade pública Item Gets or sets the recurrence pattern of a schedule.
Propriedade pública StartDateTime Gets or sets the start date and time of a schedule.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

Use the ScheduleDefinition class 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.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace ReportService2005