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


Класс MinuteRecurrence

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

Пространство имен:  ReportService2005
Сборка:  ReportService2005 (в ReportService2005.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

Замечания

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

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

System. . :: . .Object
  ReportService2005. . :: . .RecurrencePattern
    ReportService2005..::..MinuteRecurrence

Потоковая защита

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