MonthsOfYearSelector.September Property

 

Applies To: SQL Server 2016 Preview

Indicates whether a scheduled report runs in September.

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

Syntax

public bool September { get; set; }
public:
property bool September {
    bool get();
    void set(bool value);
}
member September : bool with get, set
Public Property September As Boolean

Property Value

Type: System.Boolean

A Boolean value.

See Also

MonthsOfYearSelector Class
ReportService2005 Namespace

Return to top