Compartir a través de


NoSchedule Clase

Represents a state in which no schedules are associated with the execution or snapshot history settings of a report.

Espacio de nombres:  ReportService2005
Ensamblado:  ReportService2005 (en ReportService2005.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

Notas

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.

Jerarquía de herencia

System. . :: . .Object
  ReportService2005. . :: . .ScheduleDefinitionOrReference
    ReportService2005..::..NoSchedule

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.