RecurrencePattern 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表排程定義的重複模式。
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 類別;相反地,你必須使用其衍生類別之一,這些類別詳見下表。
| Class | Description |
|---|---|
| MinuteRecurrence | 代表排程報告執行的區間(分鐘)。 |
| DailyRecurrence | 代表排程報告執行的天數間隔。 |
| WeeklyRecurrence | 代表預定報告運行的每週間隔及星期幾。 |
| MonthlyRecurrence | 代表預定報告運行的月份日期。 |
| MonthlyDOWRecurrence | 代表週的星期幾、月份中的週數,以及預定報告運行的月份。 |
建構函式
| 名稱 | Description |
|---|---|
| RecurrencePattern() |
初始化 RecurrencePattern 類別的新執行個體。 |