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