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 该类和 ItemScheduleDefinition 类的属性一起使用。 你不能直接在应用中使用该 RecurrencePattern 类;相反,你必须使用其派生类之一,具体描述如下表。

Class Description
MinuteRecurrence 表示预定报告运行的分钟区间。
DailyRecurrence 表示计划报告运行的天数间隔。
WeeklyRecurrence 表示预定报告运行的每周间隔和星期几。
MonthlyRecurrence 表示预定报告运行的月份日期。
MonthlyDOWRecurrence 表示星期几、月份中的周数以及预定报告运行的月份。

构造函数

名称 说明
RecurrencePattern()

初始化 RecurrencePattern 类的新实例。

适用于