다음을 통해 공유


ScheduleRelativeIntervals Enumeration

Enumerates values that represent the frequency of a replication agent schedule relative to the ScheduleFrequencyType.

네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

구문

‘선언
<FlagsAttribute> _
Public Enumeration ScheduleRelativeIntervals
[FlagsAttribute] 
public enum ScheduleRelativeIntervals
[FlagsAttribute] 
public enum class ScheduleRelativeIntervals
/** @attribute FlagsAttribute() */ 
public enum ScheduleRelativeIntervals
FlagsAttribute 
public enum ScheduleRelativeIntervals

Members

Member name Description
First The event occurs on the first sub-unit.
Fourth The event occurs on the fourth sub-unit.
Last The event occurs on the last sub-unit.
Second The event occurs on the second sub-unit.
Third The event occurs on the third sub-unit.
Unknown Does not schedule relatively, or relative scheduling is not applicable.
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.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Microsoft.SqlServer.Replication Namespace
ReplicationAgentSchedule.FrequencyRelativeInterval Property