MinuteRecurrence Class
SQL Server 2000
Represents the intervals, in minutes, at which a scheduled report runs.
public Class MinuteRecurrence Inherits [Namespace].RecurrencePattern Member of [Namespace]
public class MinuteRecurrence : [Namespace].RecurrencePattern Member of [Namespace]
Public Properties
MinutesInterval | The interval, in minutes, at which a scheduled report runs. Integer. |
Remarks
Use a MinuteRecurrence object with the Item property of the ScheduleDefinition class to indicate the recurrence pattern of a schedule in minutes.
