Udostępnij za pośrednictwem


Właściwość JobSchedule.FrequencyTypes

Pobiera lub ustawia sposób, w którym jest oceniany częstotliwość harmonogramu zadania, czy jest to jeden czas , lub co tydzień lub gdy procesor jest bezczynny, na przykład.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo.Agent
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property FrequencyTypes As FrequencyTypes
    Get
    Set
'Użycie
Dim instance As JobSchedule
Dim value As FrequencyTypes

value = instance.FrequencyTypes

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

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Smo.Agent.FrequencyTypes
A FrequencyTypes obiektu wartość określająca sposób szacowania częstotliwość zadanie zaplanowane.

Uwagi

Częstotliwość zaplanowane zadanie może być hourly, daily, weekly, monthly, w pewne dni tygodnia, występujące w miesiącu, jeden czas tylko lub SQL Server uruchamia lub jest bezczynny, na przykład.