MonthlyRecurrence クラス
定期的なレポートを実行する月内の特定の日を表します。
継承階層
System.Object
ReportService2005.RecurrencePattern
ReportService2005.MonthlyRecurrence
名前空間: ReportService2005
アセンブリ: ReportService2005 (ReportService2005.dll)
構文
'宣言
Public Class MonthlyRecurrence _
Inherits RecurrencePattern
'使用
Dim instance As MonthlyRecurrence
public class MonthlyRecurrence : RecurrencePattern
public ref class MonthlyRecurrence : public RecurrencePattern
type MonthlyRecurrence =
class
inherit RecurrencePattern
end
public class MonthlyRecurrence extends RecurrencePattern
MonthlyRecurrence 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
MonthlyRecurrence | MonthlyRecurrence クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Days | 定期的なレポートを実行する月内の特定の日を取得または設定します。 | |
MonthsOfYear | 定期的なレポートを実行する月 (MonthsOfYearSelector オブジェクト) を取得または設定します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
説明
MonthlyRecurrence クラスは、スケジュールで毎月の定期的なパターンを示すために、ScheduleDefinition クラスの Item プロパティで使用します。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。