Clase ScheduleDefinition
Represents a defined schedule.
Jerarquía de herencia
System.Object
ReportService2005.ScheduleDefinitionOrReference
ReportService2005.ScheduleDefinition
Espacio de nombres: ReportService2005
Ensamblado: ReportService2005 (en ReportService2005.dll)
Sintaxis
'Declaración
Public Class ScheduleDefinition _
Inherits ScheduleDefinitionOrReference
'Uso
Dim instance As ScheduleDefinition
public class ScheduleDefinition : ScheduleDefinitionOrReference
public ref class ScheduleDefinition : public ScheduleDefinitionOrReference
type ScheduleDefinition =
class
inherit ScheduleDefinitionOrReference
end
public class ScheduleDefinition extends ScheduleDefinitionOrReference
El tipo ScheduleDefinition expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ScheduleDefinition | Initializes a new instance of the ScheduleDefinition class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
EndDate | Gets or sets the end date and time of a schedule. | |
EndDateSpecified | Indicates whether the EndDate property is set. | |
Item | Gets or sets the recurrence pattern of a schedule. | |
StartDateTime | Gets or sets the start date and time of a schedule. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
Use the ScheduleDefinition class with the Definition property of the Schedule class.
A ScheduleDefinition object is returned as output by the GetExecutionOptions and GetReportHistoryOptions methods and is passed as input to the CreateSchedule, SetExecutionOptions, SetReportHistoryOptions, 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.