MinuteRecurrence Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the intervals, in minutes, at which a scheduled report runs.
public ref class MinuteRecurrence : ReportService2010::RecurrencePattern
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class MinuteRecurrence : ReportService2010.RecurrencePattern
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type MinuteRecurrence = class
inherit RecurrencePattern
Public Class MinuteRecurrence
Inherits RecurrencePattern
- Inheritance
- Attributes
Remarks
Use a MinuteRecurrence object together with the Item property of the ScheduleDefinition class to indicate the recurrence pattern of a schedule in minutes.
Constructors
MinuteRecurrence() |
Initializes a new instance of the MinuteRecurrence class. |
Properties
MinutesInterval |
Gets or sets the interval in minutes at which a scheduled report runs. |