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


MonthlyRecurrence.MonthsOfYear Property

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

Пространство имен: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Сборка: ReportService2005 (in reportingservice2005.dll)

Синтаксис

'Декларация
Public Property MonthsOfYear As MonthsOfYearSelector
public MonthsOfYearSelector MonthsOfYear { get; set; }
public:
property MonthsOfYearSelector^ MonthsOfYear {
    MonthsOfYearSelector^ get ();
    void set (MonthsOfYearSelector^ value);
}
/** @property */
public MonthsOfYearSelector get_MonthsOfYear ()

/** @property */
public void set_MonthsOfYear (MonthsOfYearSelector value)
public function get MonthsOfYear () : MonthsOfYearSelector

public function set MonthsOfYear (value : MonthsOfYearSelector)

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

A MonthsOfYearSelector object.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

MonthlyRecurrence Class
MonthlyRecurrence Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace