MinuteRecurrence 类

定义

表示运行计划的报表的时间间隔,单位分钟。

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
继承
MinuteRecurrence
属性

注解

MinuteRecurrence 对象与 Item 类的 ScheduleDefinition 属性一起使用,以分钟为单位指示计划的重复模式。

构造函数

MinuteRecurrence()

初始化 MinuteRecurrence 类的新实例。

属性

MinutesInterval

获取或设置计划的报表的运行间隔(以分钟为单位)。

适用于