ScheduleRelativeIntervals Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values that represent the frequency of a replication agent schedule relative to the ScheduleFrequencyType.
This enumeration supports a bitwise combination of its member values.
public enum class ScheduleRelativeIntervals
[System.Flags]
public enum ScheduleRelativeIntervals
[<System.Flags>]
type ScheduleRelativeIntervals =
Public Enum ScheduleRelativeIntervals
- Inheritance
-
ScheduleRelativeIntervals
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Does not schedule relatively, or relative scheduling is not applicable. |
First | 1 | The event occurs on the first sub-unit. |
Second | 2 | The event occurs on the second sub-unit. |
Third | 4 | The event occurs on the third sub-unit. |
Fourth | 8 | The event occurs on the fourth sub-unit. |
Last | 16 | The event occurs on the last sub-unit. |
Valid | 31 | Masks of all valid relative scheduling unit values. |
Remarks
ScheduleRelativeIntervals can be used with ScheduleFrequencyType to specify values, such as the first day of the month or the second day in the week.
The ScheduleRelativeIntervals enumeration supports the FlagsAttribute option, which allows a bitwise combination of enumeration values.
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.