Поделиться через


Класс NoSchedule

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

Иерархия наследования

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

Пространство имен:  ReportService2005
Сборка:  ReportService2005 (в ReportService2005.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class NoSchedule _
    Inherits ScheduleDefinitionOrReference
'Применение
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

Тип NoSchedule обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод NoSchedule Initializes a new instance of the NoSchedule class.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

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.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник