Classe ScheduleDefinition
Represents a defined schedule.
Hierarquia de herança
System. . :: . .Object
ReportService2005. . :: . .ScheduleDefinitionOrReference
ReportService2005..::..ScheduleDefinition
Namespace: ReportService2005
Assembly: ReportService2005 (em ReportService2005.dll)
Sintaxe
'Declaração
<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
O tipo ScheduleDefinition expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ScheduleDefinition | Initializes a new instance of the ScheduleDefinition class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
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.
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.