JobSchedule.FrequencyTypes 속성

Gets or sets the way in which frequency is evaluated for the job schedule, whether it's one time only, or weekly, or when the processor is idle, for example.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Agent
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property FrequencyTypes As FrequencyTypes 
    Get 
    Set
‘사용 방법
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)

속성 값

유형: Microsoft.SqlServer.Management.Smo.Agent.FrequencyTypes
A FrequencyTypes object value that specifies the way that the frequency of the scheduled job is evaluated.

주의

The frequency of the scheduled job can be hourly, daily, weekly, monthly, on certain days of the week that occur in the month, one time only, or when SQL Server starts or is idle, for example.

SQL Server 에이전트에서 자동 관리 태스크 예약

참고 항목

참조

JobSchedule 클래스

Microsoft.SqlServer.Management.Smo.Agent 네임스페이스

관련 자료

관리 태스크 자동화(SQL Server 에이전트)

sp_add_schedule(Transact-SQL)