Clase ScheduleDefinition

Represents a defined schedule.

Jerarquía de herencia

System. . :: . .Object
  ReportService2010. . :: . .ScheduleDefinitionOrReference
    ReportService2010..::..ScheduleDefinition

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

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class ScheduleDefinition _
    Inherits ScheduleDefinitionOrReference
'Uso
Dim instance As ScheduleDefinition
[SerializableAttribute]
public class ScheduleDefinition : ScheduleDefinitionOrReference
[SerializableAttribute]
public ref class ScheduleDefinition : public ScheduleDefinitionOrReference
[<SerializableAttribute>]
type ScheduleDefinition =  
    class
        inherit ScheduleDefinitionOrReference
    end
public class ScheduleDefinition extends ScheduleDefinitionOrReference

El tipo ScheduleDefinition expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública EndDate Gets or sets the end date and time of a schedule.
Propiedad pública EndDateSpecified Gets or sets a value that indicates whether the EndDate property is specified.
Propiedad pública Item Gets or sets the recurrence pattern of a schedule.
Propiedad pública StartDateTime Gets or sets the start date and time of a 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

Use the ScheduleDefinition class together with the Definition property of the Schedule class.

A ScheduleDefinition object is returned as output by the GetExecutionOptions and GetItemHistoryOptions methods and is passed as input to the CreateSchedule, SetExecutionOptions, SetItemHistoryOptions, and SetScheduleProperties 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