ReplicationAgentSchedule.FrequencyRecurrenceFactor Property

Definition

Gets or sets the frequency recurrence factor.

public:
 property int FrequencyRecurrenceFactor { int get(); void set(int value); };
public int FrequencyRecurrenceFactor { get; set; }
member this.FrequencyRecurrenceFactor : int with get, set
Public Property FrequencyRecurrenceFactor As Integer

Property Value

An Int32 value.

Remarks

The FrequencyRecurrenceFactor property specifies the frequency in weeks or months of occurrences of a scheduled activity. For example, if FrequencyType is set to Weekly and FrequencyRecurrenceFactor is set to 3, the scheduled activity occurs every three weeks. The FrequencyRecurrenceFactor property is evaluated only when the FrequencyType property is set to Weekly, Monthly, or MonthlyRelative.

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

Applies to