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