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


Класс MinuteRecurrence

Represents the intervals, in minutes, at which a scheduled report runs.

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

System. . :: . .Object
  ReportService2010. . :: . .RecurrencePattern
    ReportService2010..::..MinuteRecurrence

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

Синтаксис

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

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство MinutesInterval Gets or sets the interval, in minutes, at which a scheduled report runs.

В начало

Методы

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

В начало

Замечания

Use a MinuteRecurrence object together with the Item property of the ScheduleDefinition class to indicate the recurrence pattern of a schedule in minutes.

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

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

См. также

Справочник