Compartilhar via


Classe Schedule

Represents a schedule and its properties.

Hierarquia de herança

System. . :: . .Object
  ReportService2006..::..Schedule

Namespace:  ReportService2006
Assembly:  ReportService2006 (em ReportService2006.dll)

Sintaxe

'Declaração
<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

O tipo Schedule expõe os membros a seguir.

Construtores

  Nome Descrição
Método público Schedule Initializes a new instance of the Schedule class.

Início

Propriedades

  Nome Descrição
Propriedade pública Creator Gets or sets the user name of the user who created the schedule.
Propriedade pública Definition Gets or sets the definition of the schedule.
Propriedade pública Description Gets or sets a description of the schedule.
Propriedade pública LastRunTime Gets or sets the date and time that the schedule was last run.
Propriedade pública LastRunTimeSpecified Gets or sets a value that indicates whether the LastRunTime property is specified.
Propriedade pública Name Gets or sets the name of the schedule.
Propriedade pública NextRunTime Gets or sets the date and time that the schedule will run next.
Propriedade pública NextRunTimeSpecified Gets or sets a value that indicates whether the NextRunTime property is specified.
Propriedade pública ReferencesPresent Gets or sets a value that indicates whether a shared schedule is referenced by reports and subscriptions.
Propriedade pública ScheduleID Gets or sets the system-generated unique identifier of the schedule.
Propriedade pública State Gets the state of the schedule.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

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

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência