MonthlyDOWRecurrence.MonthsOfYear Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

public MonthsOfYearSelector MonthsOfYear { get; set; }
public:
property MonthsOfYearSelector^ MonthsOfYear {
    MonthsOfYearSelector^ get();
    void set(MonthsOfYearSelector^ value);
}
member MonthsOfYear : MonthsOfYearSelector with get, set
Public Property MonthsOfYear As MonthsOfYearSelector

Property Value

Type: ReportService2005.MonthsOfYearSelector

A MonthsOfYearSelector object..

See Also

MonthlyDOWRecurrence Class
ReportService2005 Namespace

Return to top