Поделиться через


Свойство MonthlyRecurrence.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 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)

Значение свойства

Тип: ReportService2010.MonthsOfYearSelector
A MonthsOfYearSelector object.

См. также

Справочник

MonthlyRecurrence Класс

Пространство имен ReportService2010