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