Classe ScheduleDefinition
Represents a defined schedule.
Hierarquia de herança
System.Object
ReportService2006.ScheduleDefinitionOrReference
ReportService2006.ScheduleDefinition
Namespace: ReportService2006
Assembly: ReportService2006 (em ReportService2006.dll)
Sintaxe
'Declaração
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
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 | 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. |
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 together 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.