MonthlyRecurrence クラス

定義

予定されたレポートが実行される月の曜日を表します。

public ref class MonthlyRecurrence : 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 MonthlyRecurrence : 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 MonthlyRecurrence = class
    inherit RecurrencePattern
Public Class MonthlyRecurrence
Inherits RecurrencePattern
継承
MonthlyRecurrence
属性

注釈

MonthlyRecurrenceクラスとScheduleDefinitionクラスのItemプロパティを組み合わせて、スケジュール内の月次再発パターンを示します。

コンストラクター

名前 説明
MonthlyRecurrence()

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

プロパティ

名前 説明
Days

スケジュールされたレポートが実行される月の曜日を取得または設定します。

MonthsOfYear

スケジュールされたレポートが実行される月を取得または設定します。

適用対象