MonthlyDOWRecurrence.MonthsOfYear Property

 

Applies To: SQL Server 2016 Preview

Namespace:   ReportService2010
Assembly:  ReportService2010 (in ReportService2010.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: ReportService2010.MonthsOfYearSelector

See Also

MonthlyDOWRecurrence Class
ReportService2010 Namespace

Return to top