Classe NoSchedule
Represents a state in which no schedules are associated with the execution or snapshot history settings of a report.
Hiérarchie d'héritage
System.Object
ReportService2010.ScheduleDefinitionOrReference
ReportService2010.NoSchedule
Espace de noms : ReportService2010
Assembly : ReportService2010 (en ReportService2010.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class NoSchedule _
Inherits ScheduleDefinitionOrReference
'Utilisation
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
Le type NoSchedule expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
NoSchedule | Initializes a new instance of the NoSchedule class. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Notes
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.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.