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


Класс NoSchedule

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

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

System.Object
  ReportService2006.ScheduleDefinitionOrReference
    ReportService2006.NoSchedule

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

Синтаксис

'Декларация
Public Class NoSchedule _
    Inherits ScheduleDefinitionOrReference
'Применение
Dim instance As NoSchedule
public class NoSchedule : ScheduleDefinitionOrReference
public ref class NoSchedule : public ScheduleDefinitionOrReference
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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен ReportService2006