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 | |
---|---|---|
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 | Gets or sets a value that indicates whether the EndDate property is specified. | |
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 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.