Classe ScheduleDefinition
Represents a defined schedule.
Gerarchia di ereditarietà
System.Object
ReportService2005.ScheduleDefinitionOrReference
ReportService2005.ScheduleDefinition
Spazio dei nomi ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Sintassi
'Dichiarazione
Public Class ScheduleDefinition _
Inherits ScheduleDefinitionOrReference
'Utilizzo
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
Nel tipo ScheduleDefinition sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ScheduleDefinition | Initializes a new instance of the ScheduleDefinition class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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 alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
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.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.