Compartir a través de


Schedule Miembros

Represents a schedule and its properties.

El tipo Schedule expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico Schedule Instantiates a new instance of a Scheduleclass.

Principio

Métodos

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

Principio

Propiedades

  Nombre Descripción
Propiedad pública Creator Gets or sets the user name of the user who created the schedule.
Propiedad pública Definition Gets or sets the definition of the schedule.
Propiedad pública Description Gets or sets a description of the schedule.
Propiedad pública LastRunTime Gets or sets the date and time that the schedule was last run.
Propiedad pública LastRunTimeSpecified Gets or sets a value that indicates whether the LastRunTime property is specified.
Propiedad pública Name Gets or sets the name of the schedule.
Propiedad pública NextRunTime Gets or sets the date and time that the schedule will run next.
Propiedad pública NextRunTimeSpecified Gets or sets a value that indicates whether the NextRunTime property is specified.
Propiedad pública ReferencesPresent Indicates whether a shared schedule is referenced by reports and subscriptions.
Propiedad pública ScheduleID Gets or sets the unique, system-generated ID of the schedule.
Propiedad pública State Gets or sets the state of the schedule.

Principio