ScheduleRelativeIntervals 열거형
Enumerates values that represent the frequency of a replication agent schedule relative to the ScheduleFrequencyType.
이 열거형에는 해당 멤버 값에 대한 비트 조합이 가능한 FlagsAttribute 특성이 있습니다.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)
구문
‘선언
<FlagsAttribute> _
Public Enumeration ScheduleRelativeIntervals
‘사용 방법
Dim instance As ScheduleRelativeIntervals
[FlagsAttribute]
public enum ScheduleRelativeIntervals
[FlagsAttribute]
public enum class ScheduleRelativeIntervals
[<FlagsAttribute>]
type ScheduleRelativeIntervals
public enum ScheduleRelativeIntervals
멤버
멤버 이름 | 설명 | |
---|---|---|
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.