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


Элементы Schedule

Represents a schedule and its properties.

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

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

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

В начало

Методы

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

В начало

Свойства

  Имя Описание
Открытое свойство 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 Indicates whether a shared schedule is referenced by reports and subscriptions.
Открытое свойство ScheduleID Gets or sets the unique, system-generated ID of the schedule.
Открытое свойство State Gets or sets the state of the schedule.

В начало