MinuteRecurrence クラス

定義

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

public ref class MinuteRecurrence : ReportService2010::RecurrencePattern
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class MinuteRecurrence : ReportService2010.RecurrencePattern
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type MinuteRecurrence = class
    inherit RecurrencePattern
Public Class MinuteRecurrence
Inherits RecurrencePattern
継承
MinuteRecurrence
属性

注釈

MinuteRecurrenceオブジェクトとScheduleDefinitionクラスのItemプロパティを組み合わせて、スケジュールの再帰パターンを分単位で示します。

コンストラクター

名前 説明
MinuteRecurrence()

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

プロパティ

名前 説明
MinutesInterval

スケジュールされたレポートが実行される分単位の間隔を取得したり設定したりします。

適用対象