Compartir a través de


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
  ReportService2010.ScheduleDefinitionOrReference
    ReportService2010.NoSchedule

Espacio de nombres:  ReportService2010
Ensamblado:  ReportService2010 (en ReportService2010.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
Método público NoSchedule Initializes a new instance of the NoSchedule class.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

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.

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.

Vea también

Referencia

Espacio de nombres ReportService2010