共用方式為


MonthlyDOWRecurrence.MonthsOfYear 屬性

Gets or sets the months of the year in which a scheduled report runs.

命名空間:  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
A MonthsOfYearSelector object..

請參閱

參考

MonthlyDOWRecurrence 類別

ReportService2005 命名空間