MinuteRecurrence 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示运行计划的报表的时间间隔,单位分钟。
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 对象与 Item 类的 ScheduleDefinition 属性一起使用,以分钟为单位指示计划的重复模式。
构造函数
MinuteRecurrence() |
初始化 MinuteRecurrence 类的新实例。 |
属性
MinutesInterval |
获取或设置计划的报表的运行间隔(以分钟为单位)。 |