다음을 통해 공유


MonthsOfYear 속성

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

네임스페이스:  ReportService2010
어셈블리:  ReportService2010(ReportService2010.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)