Enum SqlJobScheduleType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The type of job schedule.
public enum SqlJobScheduleType
Fields
AutoStart = 6
The schedule will execute when the SQL Server agent starts.
Daily = 2
The schedule will execute daily.
Monthly = 4
The schedule will execute monthly.
MonthlyRelative = 5
The schedule will execute monthly relatively.
OnIdle = 7
The schedule will execute whenever the CPUs become idle.
OneTime = 1
The schedule will execute once.
Unknown = 0
The schedule type is unknown.
Weekly = 3
The schedule will execute weekly.