次の方法で共有


MonthlyDOWRecurrence.MonthsOfYear プロパティ

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

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

構文

'宣言
Public Property MonthsOfYear As MonthsOfYearSelector 
    Get 
    Set
'使用
Dim instance As MonthlyDOWRecurrence 
Dim value As MonthsOfYearSelector 

value = instance.MonthsOfYear

instance.MonthsOfYear = value
public MonthsOfYearSelector MonthsOfYear { get; set; }
public:
property MonthsOfYearSelector^ MonthsOfYear {
    MonthsOfYearSelector^ get ();
    void set (MonthsOfYearSelector^ value);
}
member MonthsOfYear : MonthsOfYearSelector with get, set
function get MonthsOfYear () : MonthsOfYearSelector 
function set MonthsOfYear (value : MonthsOfYearSelector)

プロパティ値

型: ReportService2005.MonthsOfYearSelector
MonthsOfYearSelector オブジェクトです。

関連項目

参照

MonthlyDOWRecurrence クラス

ReportService2005 名前空間