Поделиться через


Класс ScheduleDefinition

Represents a defined schedule.

Иерархия наследования

System. . :: . .Object
  ReportService2010. . :: . .ScheduleDefinitionOrReference
    ReportService2010..::..ScheduleDefinition

Пространство имен:  ReportService2010
Сборка:  ReportService2010 (в ReportService2010.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class ScheduleDefinition _
    Inherits ScheduleDefinitionOrReference
'Применение
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

Тип 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 GetItemHistoryOptions methods and is passed as input to the CreateSchedule, SetExecutionOptions, SetItemHistoryOptions, and SetScheduleProperties methods.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник