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


Класс DailyRecurrence

Represents the intervals at which a scheduled report runs. Intervals are specified in days.

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

System.Object
  ReportService2010.RecurrencePattern
    ReportService2010.DailyRecurrence

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

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class DailyRecurrence _
    Inherits RecurrencePattern
'Применение
Dim instance As DailyRecurrence
[SerializableAttribute]
public class DailyRecurrence : RecurrencePattern
[SerializableAttribute]
public ref class DailyRecurrence : public RecurrencePattern
[<SerializableAttribute>]
type DailyRecurrence =  
    class 
        inherit RecurrencePattern 
    end
public class DailyRecurrence extends RecurrencePattern

Тип DailyRecurrence обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод DailyRecurrence Initializes a new instance of the DailyRecurrence class.

В начало

Свойства

  Имя Описание
Открытое свойство DaysInterval The intervals at which a scheduled report runs. Intervals are specified in days.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

Use the DailyRecurrence class with the Item property of the ScheduleDefinition class to specify a recurrence pattern in minutes.

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

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

См. также

Справочник

Пространство имен ReportService2010