Compartir a través de


JobSchedule.FrequencyRelativeIntervals Propiedad

Gets or sets the ordinal value of a day relative to the first day of the month, such as first, second, or last.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Agent
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property FrequencyRelativeIntervals As FrequencyRelativeIntervals 
    Get 
    Set
'Uso
Dim instance As JobSchedule 
Dim value As FrequencyRelativeIntervals 

value = instance.FrequencyRelativeIntervals

instance.FrequencyRelativeIntervals = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public FrequencyRelativeIntervals FrequencyRelativeIntervals { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property FrequencyRelativeIntervals FrequencyRelativeIntervals {
    FrequencyRelativeIntervals get ();
    void set (FrequencyRelativeIntervals value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member FrequencyRelativeIntervals : FrequencyRelativeIntervals with get, set
function get FrequencyRelativeIntervals () : FrequencyRelativeIntervals 
function set FrequencyRelativeIntervals (value : FrequencyRelativeIntervals)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.Agent.FrequencyRelativeIntervals
A FrequencyRelativeIntervals object value that specifies the ordinal value of the day of the month relative to the first day of the month. Values are first, second, third, fourth, and last.

Ejemplos

Programar tareas administrativas automáticas en el Agente SQL Server

Vea también

Referencia

JobSchedule Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Agent

Otros recursos

Tareas administrativas automatizadas (Agente SQL Server)

sp_add_schedule (Transact-SQL)