Classe NoSchedule

Represents a state in which no schedules are associated with the execution or snapshot history settings of a report.

Gerarchia di ereditarietà

System.Object
  ReportService2005.ScheduleDefinitionOrReference
    ReportService2005.NoSchedule

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

Sintassi

'Dichiarazione
Public Class NoSchedule _
    Inherits ScheduleDefinitionOrReference
'Utilizzo
Dim instance As NoSchedule
public class NoSchedule : ScheduleDefinitionOrReference
public ref class NoSchedule : public ScheduleDefinitionOrReference
type NoSchedule =  
    class 
        inherit ScheduleDefinitionOrReference 
    end
public class NoSchedule extends ScheduleDefinitionOrReference

Nel tipo NoSchedule sono esposti i membri seguenti.

Costruttori

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

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

A NoSchedule object is passed as input to the SetExecutionOptions and SetReportHistoryOptions methods to indicate that a report or report history snapshot does not run according to a schedule.

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 ReportService2005