Класс ScheduleDefinition
Represents a defined schedule.
Иерархия наследования
System.Object
ReportService2006.ScheduleDefinitionOrReference
ReportService2006.ScheduleDefinition
Пространство имен: ReportService2006
Сборка: ReportService2006 (в ReportService2006.dll)
Синтаксис
'Декларация
Public Class ScheduleDefinition _
Inherits ScheduleDefinitionOrReference
'Применение
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
Тип ScheduleDefinition обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
ScheduleDefinition | Initializes a new instance of the ScheduleDefinition class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
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. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Замечания
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.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.