ScheduleDefinition-Klasse
Represents a defined schedule.
Vererbungshierarchie
System.Object
ReportService2010.ScheduleDefinitionOrReference
ReportService2010.ScheduleDefinition
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ScheduleDefinition _
Inherits ScheduleDefinitionOrReference
'Usage
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
Der ScheduleDefinition-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
ScheduleDefinition | Initializes a new instance of the ScheduleDefinition class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Hinweise
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.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.