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 クラスを直接使用することはできません。代わりに、次の表で説明する派生クラスのいずれかを使用する必要があります。
クラス | 説明 |
---|---|
MinuteRecurrence | 定期的なレポートを実行する間隔を分単位で表します。 |
DailyRecurrence | 定期的なレポートを実行する間隔を日単位で表します。 |
WeeklyRecurrence | スケジュールされたレポートを実行する週単位の間隔と曜日を表します。 |
MonthlyRecurrence | 定期的なレポートを実行する月内の特定の日を表します。 |
MonthlyDOWRecurrence | 定期的なレポートを実行する曜日、月の週、および月を表します。 |
コンストラクター
RecurrencePattern() |
RecurrencePattern クラスの新しいインスタンスを初期化します。 |