Clase NoSchedule
Represents a state in which no schedules are associated with the execution or snapshot history settings of a report.
Jerarquía de herencia
System. . :: . .Object
ReportService2006. . :: . .ScheduleDefinitionOrReference
ReportService2006..::..NoSchedule
Espacio de nombres: ReportService2006
Ensamblado: ReportService2006 (en ReportService2006.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public Class NoSchedule _
Inherits ScheduleDefinitionOrReference
'Uso
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
El tipo NoSchedule expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
NoSchedule | Initializes a new instance of the NoSchedule class. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
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.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.