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 | |
---|---|---|
NoSchedule | Initializes a new instance of the NoSchedule class. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
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.