Share via


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 クラスの Item プロパティと共に ScheduleDefinition オブジェクトを使用します。

コンストラクター

MinuteRecurrence()

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

プロパティ

MinutesInterval

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

適用対象