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
ReportService2010. . :: . .ScheduleDefinitionOrReference
ReportService2010..::..NoSchedule
Spazio dei nomi ReportService2010
Assembly: ReportService2010 (in ReportService2010.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.
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 SetItemHistoryOptions 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.