次の方法で共有


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 クラスは、スケジュールで毎月の定期的なパターンを示すために、Item クラスの ScheduleDefinition プロパティと共に使用します。

コンストラクター

MonthlyRecurrence()

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

プロパティ

Days

定期的なレポートを実行する月内の特定の日を取得または設定します。

MonthsOfYear

定期的なレポートを実行する月を取得または設定します。

適用対象