Condividi tramite


Classe ScheduleDefinition

Represents a defined schedule.

Gerarchia di ereditarietà

System.Object
  ReportService2010.ScheduleDefinitionOrReference
    ReportService2010.ScheduleDefinition

Spazio dei nomi  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.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 Gets or sets a value that indicates whether the EndDate property is specified.
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 together with the Definition property of the Schedule class.

A ScheduleDefinition object is returned as output by the GetExecutionOptions and GetItemHistoryOptions methods and is passed as input to the CreateSchedule, SetExecutionOptions, SetItemHistoryOptions, 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

Spazio dei nomi ReportService2010