共用方式為


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