MinuteRecurrence Class
Represents the intervals, in minutes, at which a scheduled report runs.
Inheritance Hierarchy
System.Object
ReportService2006.RecurrencePattern
ReportService2006.MinuteRecurrence
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class MinuteRecurrence _
Inherits RecurrencePattern
'Usage
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
The MinuteRecurrence type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MinuteRecurrence | Initializes a new instance of the MinuteRecurrence class. |
Top
Properties
Name | Description | |
---|---|---|
MinutesInterval | Gets or sets the interval, in minutes, at which a scheduled report runs. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
Use a MinuteRecurrence object together with the Item property of the ScheduleDefinition class to indicate the recurrence pattern of a schedule in minutes.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.