Condividi tramite


Classe ScheduleDefinition

Represents a defined schedule.

Gerarchia di ereditarietà

System. . :: . .Object
  ReportService2005. . :: . .ScheduleDefinitionOrReference
    ReportService2005..::..ScheduleDefinition

Spazio dei nomi  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class ScheduleDefinition _
    Inherits ScheduleDefinitionOrReference
'Utilizzo
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

Nel tipo ScheduleDefinition sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ScheduleDefinition Initializes a new instance of the ScheduleDefinition class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica EndDate Gets or sets the end date and time of a schedule.
Proprietà pubblica EndDateSpecified Indicates whether the EndDate property is set.
Proprietà pubblica Item Gets or sets the recurrence pattern of a schedule.
Proprietà pubblica StartDateTime Gets or sets the start date and time of a schedule.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento