Свойство ReplicationAgentSchedule.FrequencyRecurrenceFactor

Gets or sets the frequency recurrence factor.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public Property FrequencyRecurrenceFactor As Integer 
    Get 
    Set
'Применение
Dim instance As ReplicationAgentSchedule 
Dim value As Integer 

value = instance.FrequencyRecurrenceFactor

instance.FrequencyRecurrenceFactor = value
public int FrequencyRecurrenceFactor { get; set; }
public:
property int FrequencyRecurrenceFactor {
    int get ();
    void set (int value);
}
member FrequencyRecurrenceFactor : int with get, set
function get FrequencyRecurrenceFactor () : int 
function set FrequencyRecurrenceFactor (value : int)

Значение свойства

Тип: System.Int32
An Int32 value.

Замечания

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.

См. также

Справочник

ReplicationAgentSchedule Класс

Пространство имен Microsoft.SqlServer.Replication