Condividi tramite


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
  ReportService2006. . :: . .ScheduleDefinitionOrReference
    ReportService2006..::..NoSchedule

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

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class NoSchedule _
    Inherits ScheduleDefinitionOrReference
'Utilizzo
Dim instance As NoSchedule
[SerializableAttribute]
public class NoSchedule : ScheduleDefinitionOrReference
[SerializableAttribute]
public ref class NoSchedule : public ScheduleDefinitionOrReference
[<SerializableAttribute>]
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