Класс DailyRecurrence
Represents the intervals at which a scheduled report runs. Intervals are specified in days.
Пространство имен: ReportService2006
Сборка: ReportService2006 (в ReportService2006.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
Замечания
Use the DailyRecurrence class with the Item property of the ScheduleDefinition class to specify a recurrence pattern in minutes.
Иерархия наследования
System. . :: . .Object
ReportService2006. . :: . .RecurrencePattern
ReportService2006..::..DailyRecurrence
Потоковая защита
Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.