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