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