RecurrencePattern クラス
スケジュール定義の定期的なパターンを表します。
継承階層
System.Object
ReportService2005.RecurrencePattern
ReportService2005.DailyRecurrence
ReportService2005.MinuteRecurrence
ReportService2005.MonthlyDOWRecurrence
ReportService2005.MonthlyRecurrence
ReportService2005.WeeklyRecurrence
名前空間: ReportService2005
アセンブリ: ReportService2005 (ReportService2005.dll)
構文
'宣言
Public Class RecurrencePattern
'使用
Dim instance As RecurrencePattern
public class RecurrencePattern
public ref class RecurrencePattern
type RecurrencePattern = class end
public class RecurrencePattern
RecurrencePattern 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
RecurrencePattern | RecurrencePattern クラスの新しいインスタンスを初期化します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
説明
RecurrencePattern クラスは、ScheduleDefinition クラスの Item プロパティで使用します。 アプリケーションで RecurrencePattern クラスを直接使用することはできません。代わりに、次の表で説明する派生クラスのいずれかを使用する必要があります。
クラス |
説明 |
---|---|
定期的なレポートを実行する間隔を分単位で表します。 |
|
定期的なレポートを実行する間隔を日単位で表します。 |
|
定期的なレポートを実行する週単位の間隔と曜日を表します。 |
|
定期的なレポートを実行する月内の特定の日を表します。 |
|
定期的なレポートを実行する曜日、月の週、および月を表します。 |
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。