次の方法で共有


MonthlyRecurrence クラス

定期的なレポートを実行する月内の特定の日を表します。

名前空間:  ReportService2006
アセンブリ:  ReportService2006 (ReportService2006.dll)

構文

'宣言
<SerializableAttribute> _
Public Class MonthlyRecurrence _
    Inherits RecurrencePattern
'使用
Dim instance As MonthlyRecurrence
[SerializableAttribute]
public class MonthlyRecurrence : RecurrencePattern
[SerializableAttribute]
public ref class MonthlyRecurrence : public RecurrencePattern
[<SerializableAttribute>]
type MonthlyRecurrence =  
    class
        inherit RecurrencePattern
    end
public class MonthlyRecurrence extends RecurrencePattern

説明

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

継承階層

System. . :: . .Object
  ReportService2006. . :: . .RecurrencePattern
    ReportService2006..::..MonthlyRecurrence

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。