DailyRecurrence クラス

定義

スケジュールされたレポートが実行される間隔を表します。 間隔は日数で指定されています。

public ref class DailyRecurrence : ReportService2006::RecurrencePattern
public class DailyRecurrence : ReportService2006.RecurrencePattern
type DailyRecurrence = class
    inherit RecurrencePattern
Public Class DailyRecurrence
Inherits RecurrencePattern
継承
DailyRecurrence

注釈

DailyRecurrenceクラスの Item プロパティを持つ ScheduleDefinition クラスを使って、数分単位の再帰パターンを指定します。

コンストラクター

名前 説明
DailyRecurrence()

DailyRecurrence クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
DaysInterval

スケジュールされたレポートが実行される間隔。 間隔は日数で指定されています。

適用対象