ReplicationAgentSchedule.FrequencyRelativeInterval Property

Definition

Gets or sets a time of occurrence that is relative to the first day of the month.

public:
 property Microsoft::SqlServer::Replication::ScheduleRelativeIntervals FrequencyRelativeInterval { Microsoft::SqlServer::Replication::ScheduleRelativeIntervals get(); void set(Microsoft::SqlServer::Replication::ScheduleRelativeIntervals value); };
public Microsoft.SqlServer.Replication.ScheduleRelativeIntervals FrequencyRelativeInterval { get; set; }
member this.FrequencyRelativeInterval : Microsoft.SqlServer.Replication.ScheduleRelativeIntervals with get, set
Public Property FrequencyRelativeInterval As ScheduleRelativeIntervals

Property Value

A ScheduleRelativeIntervals value.

Remarks

Values are combined by using the bitwise logical OR ( | ) operator to set a combination of relative intervals.

If FrequencyType is set to MonthlyRelative, the FrequencyRelativeInterval property specifies the time of occurrence relative to the first day of the month, and the FrequencyInterval property specifies the day within that interval. For example, if FrequencyRelativeInterval is set to Second and FrequencyInterval is set to Friday, the scheduled activity occurs on the second Friday of every month.

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Applies to