MinuteRecurrence クラス

定義

スケジュールされたレポートが実行される間隔(分単位)を表します。

public ref class MinuteRecurrence : ReportService2005::RecurrencePattern
public class MinuteRecurrence : ReportService2005.RecurrencePattern
type MinuteRecurrence = class
    inherit RecurrencePattern
Public Class MinuteRecurrence
Inherits RecurrencePattern
継承
MinuteRecurrence

注釈

ScheduleDefinitionクラスの Item プロパティを持つMinuteRecurrenceオブジェクトを使い、スケジュールの再帰パターンを分単位で示します。

コンストラクター

名前 説明
MinuteRecurrence()

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

プロパティ

名前 説明
MinutesInterval

スケジュールされた報告が実行される分単位の間隔。

適用対象