MonthlyDOWRecurrence.DaysOfWeek Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the days of the week on which a scheduled report runs.

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

Syntax

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

Property Value

Type: ReportService2005.DaysOfWeekSelector

A DaysOfWeekSelector object.

See Also

MonthlyDOWRecurrence Class
ReportService2005 Namespace

Return to top