DailyRecurrence クラス
定期的なレポートを実行する間隔を表します。 間隔は日数で指定します。
継承階層
System.Object
ReportService2010.RecurrencePattern
ReportService2010.DailyRecurrence
名前空間: ReportService2010
アセンブリ: ReportService2010 (ReportService2010.dll)
構文
'宣言
<SerializableAttribute> _
Public Class DailyRecurrence _
Inherits RecurrencePattern
'使用
Dim instance As DailyRecurrence
[SerializableAttribute]
public class DailyRecurrence : RecurrencePattern
[SerializableAttribute]
public ref class DailyRecurrence : public RecurrencePattern
[<SerializableAttribute>]
type DailyRecurrence =
class
inherit RecurrencePattern
end
public class DailyRecurrence extends RecurrencePattern
DailyRecurrence 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
DailyRecurrence | DailyRecurrence クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
DaysInterval | 定期的なレポートを実行する間隔です。間隔は日数で指定します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
説明
DailyRecurrence クラスは、定期的なパターンを分単位で指定するために、ScheduleDefinition クラスの Item プロパティで使用します。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。