次の方法で共有


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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

ReportService2005 名前空間