JobSchedule.FrequencyRecurrenceFactor Property
Gets or sets the number of weeks or months between scheduled jobs for schedules with a weekly or monthly frequency type, respectively.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute> _
Public Property FrequencyRecurrenceFactor As Integer
[SfcPropertyAttribute]
public int FrequencyRecurrenceFactor { get; set; }
[SfcPropertyAttribute]
public:
property int FrequencyRecurrenceFactor {
int get ();
void set (int value);
}
/** @property */
public int get_FrequencyRecurrenceFactor ()
/** @property */
public void set_FrequencyRecurrenceFactor (int value)
public function get FrequencyRecurrenceFactor () : int
public function set FrequencyRecurrenceFactor (value : int)
Property Value
An integer value that specifies the number of units of the unit type indicated by the FrequencyTypes property, which specifies the time between scheduled jobs.
Remarks
The FrequencyRecurrenceFactor property is evaluated for JobSchedule objects with FrequencyTypes values FrequencyType.Weekly, FrequencyType.Monthly, and FrequencyType.MonthlyRelative.
For example, when FrequencyTypes is FrequencyType.Weekly, FrequencyRecurrenceFactor indicates a number of weeks. Setting FrequencyRecurrenceFactor to 2 specifies that the job is scheduled to occur every other week.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.