Compartilhar via


Classe ScheduleDefinition

Represents a defined schedule.

Hierarquia de herança

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

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

Sintaxe

'Declaração
<SerializableAttribute> _
Public Class ScheduleDefinition _
    Inherits ScheduleDefinitionOrReference
'Uso
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

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 Gets or sets a value that indicates whether the EndDate property is specified.
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 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.

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