Share via


Clase Schedule

Represents a schedule and its properties.

Jerarquía de herencia

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

Espacio de nombres:  ReportService2010
Ensamblado:  ReportService2010 (en ReportService2010.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class Schedule
'Uso
Dim instance As Schedule
[SerializableAttribute]
public class Schedule
[SerializableAttribute]
public ref class Schedule
[<SerializableAttribute>]
type Schedule =  class end
public class Schedule

El tipo Schedule expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público Schedule Initializes a new instance of the Schedule class.

Arriba

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 Gets or sets a value that indicates whether a shared schedule is referenced by reports and subscriptions.
Propiedad pública ScheduleID Gets or sets the system-generated unique identifier of the schedule.
Propiedad pública ScheduleStateName Gets the state of the schedule.

Arriba

Métodos

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

Arriba

Comentarios

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

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia