Enum SqlFrequencyRelativeInterval
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The relative interval.
public enum SqlFrequencyRelativeInterval
Fields
First = 1
The schedule runs on the first interval.
Fourth = 4
The schedule runs on the fourth interval.
Last = 5
The schedule runs on the last interval.
NotApplicable = 6
The frequency relative interval does not apply to the schedule type.
Second = 2
The schedule runs on the second interval.
Third = 3
The schedule runs on the third interval.
Unknown = 0
The interval type is unknown.