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


Класс Schedule

Represents a schedule and its properties.

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

System. . :: . .Object
  ReportService2010..::..Schedule

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

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class Schedule
'Применение
Dim instance As Schedule
[SerializableAttribute]
public class Schedule
[SerializableAttribute]
public ref class Schedule
[<SerializableAttribute>]
type Schedule =  class end
public class Schedule

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство Creator Gets or sets the user name of the user who created the schedule.
Открытое свойство Definition Gets or sets the definition of the schedule.
Открытое свойство Description Gets or sets a description of the schedule.
Открытое свойство LastRunTime Gets or sets the date and time that the schedule was last run.
Открытое свойство LastRunTimeSpecified Gets or sets a value that indicates whether the LastRunTime property is specified.
Открытое свойство Name Gets or sets the name of the schedule.
Открытое свойство NextRunTime Gets or sets the date and time that the schedule will run next.
Открытое свойство NextRunTimeSpecified Gets or sets a value that indicates whether the NextRunTime property is specified.
Открытое свойство ReferencesPresent Gets or sets a value that indicates whether a shared schedule is referenced by reports and subscriptions.
Открытое свойство ScheduleID Gets or sets the system-generated unique identifier of the schedule.
Открытое свойство ScheduleStateName Gets the state of the schedule.

В начало

Методы

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

В начало

Замечания

A Schedule object is returned as output by the GetScheduleProperties and ListSchedules methods.

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

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

См. также

Справочник