Compartilhar via


JobScheduleMonthlyOccurrence.Occurrence Propriedade

 

Opcional. Ocorrência do dia no mês. Deve estar entre -31 e 31.

Namespace:   Microsoft.WindowsAzure.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)

Sintaxe

public Nullable<int> Occurrence { get; set; }
public:
property Nullable<int> Occurrence {
    Nullable<int> get();
    void set(Nullable<int> value);
}
member Occurrence : Nullable<int> with get, set
Public Property Occurrence As Nullable(Of Integer)

Valor de propriedade

Type: System.Nullable<Int32>

Consulte também

Classe JobScheduleMonthlyOccurrence
Namespace Microsoft.WindowsAzure.Scheduler.Models

Retornar ao topo