This topic has not yet been rated - Rate this topic

MinuteRecurrence Class

SQL Server 2012

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

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)
public class MinuteRecurrence : RecurrencePattern

The MinuteRecurrence type exposes the following members.

  NameDescription
Public methodMinuteRecurrenceInitializes a new instance of the MinuteRecurrence class.
Top
  NameDescription
Public propertyMinutesIntervalThe interval, in minutes, at which a scheduled report runs.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.