Schedule.State Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the state of the schedule.

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

Syntax

public ScheduleStateEnum State { get; set; }
public:
property ScheduleStateEnum State {
    ScheduleStateEnum get();
    void set(ScheduleStateEnum value);
}
member State : ScheduleStateEnum with get, set
Public Property State As ScheduleStateEnum

Property Value

Type: ReportService2005.ScheduleStateEnum

A read-only ScheduleStateEnum value.

See Also

Schedule Class
ReportService2005 Namespace

Return to top