ScheduleRelativeIntervals Enumeration
SQL Server 2012
Enumerates values that represent the frequency of a replication agent schedule relative to the ScheduleFrequencyType.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
| Member name | Description | |
|---|---|---|
| Unknown | Does not schedule relatively, or relative scheduling is not applicable. | |
| First | The event occurs on the first sub-unit. | |
| Second | The event occurs on the second sub-unit. | |
| Third | The event occurs on the third sub-unit. | |
| Fourth | The event occurs on the fourth sub-unit. | |
| Last | The event occurs on the last sub-unit. | |
| Valid | Masks of all valid relative scheduling unit values. |
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.