RecurrencePattern 类

定义

表示计划定义的重复执行模式。

public ref class RecurrencePattern
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlInclude(typeof(ReportService2010.WeeklyRecurrence))]
[System.Xml.Serialization.XmlInclude(typeof(ReportService2010.MonthlyRecurrence))]
[System.Xml.Serialization.XmlInclude(typeof(ReportService2010.MinuteRecurrence))]
[System.Xml.Serialization.XmlInclude(typeof(ReportService2010.DailyRecurrence))]
[System.Xml.Serialization.XmlInclude(typeof(ReportService2010.MonthlyDOWRecurrence))]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class RecurrencePattern
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlInclude(typeof(ReportService2010.WeeklyRecurrence))>]
[<System.Xml.Serialization.XmlInclude(typeof(ReportService2010.MonthlyRecurrence))>]
[<System.Xml.Serialization.XmlInclude(typeof(ReportService2010.MinuteRecurrence))>]
[<System.Xml.Serialization.XmlInclude(typeof(ReportService2010.DailyRecurrence))>]
[<System.Xml.Serialization.XmlInclude(typeof(ReportService2010.MonthlyDOWRecurrence))>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type RecurrencePattern = class
Public Class RecurrencePattern
继承
RecurrencePattern
派生
属性

注解

RecurrencePattern 类与 Item 类的 ScheduleDefinition 属性一起使用。 不能直接在应用程序中使用该 RecurrencePattern 类;相反,必须使用其派生类之一,如下表所述。

说明
MinuteRecurrence 表示运行计划报表的间隔(以分钟为单位)。
DailyRecurrence 表示运行计划报表的间隔(以天为单位)。
WeeklyRecurrence 表示每周的间隔和运行计划报表的星期几。
MonthlyRecurrence 表示计划的报表在月中几号运行。
MonthlyDOWRecurrence 表示星期几、当月中的周数以及运行计划报表的月份。

构造函数

RecurrencePattern()

初始化 RecurrencePattern 类的新实例。

适用于