MonthlyRecurrence.MonthsOfYear 속성

Gets or sets the months of the year (MonthsOfYearSelector object) in which a scheduled report runs.

네임스페이스:  ReportService2005
어셈블리:  ReportService2005(ReportService2005.dll)

구문

‘선언
Public Property MonthsOfYear As MonthsOfYearSelector 
    Get 
    Set
‘사용 방법
Dim instance As MonthlyRecurrence 
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.

참고 항목

참조

MonthlyRecurrence 클래스

ReportService2005 네임스페이스