次の方法で共有


MonthlyDOWRecurrence クラス

定義

定期的なレポートを実行する日付 (通常は月、週、および曜日) を表します。

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

注釈

MonthlyDOWRecurrence パターンは、SharePoint 統合モードではサポートされていません。

コンストラクター

MonthlyDOWRecurrence()

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

プロパティ

DaysOfWeek

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

MonthsOfYear

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

WhichWeek

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

WhichWeekSpecified

WhichWeek プロパティが指定されているかどうかを示す値を取得または設定します。

適用対象