다음을 통해 공유


MonthlyRelativeWeekDays 열거형

MonthlyRelativeWeekDays 열거형에는 요일, 평일, 주말 또는 매일을 지정하는 값이 포함되어 있습니다.

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

구문

‘선언
Public Enumeration MonthlyRelativeWeekDays
‘사용 방법
Dim instance As MonthlyRelativeWeekDays
public enum MonthlyRelativeWeekDays
public enum class MonthlyRelativeWeekDays
type MonthlyRelativeWeekDays
public enum MonthlyRelativeWeekDays

멤버

멤버 이름 설명
Sunday 일요일입니다. 값 = 1.
Monday 월요일입니다. 값 = 2.
Tuesday 화요일입니다. 값 = 3.
Wednesday 수요일입니다. 값 = 4.
Thursday 목요일입니다. 값 = 5.
Friday 금요일입니다. 값 = 6.
Saturday 토요일입니다. 값 = 7.
EveryDay 모든 요일입니다.
WeekDays 평일입니다. 값 = 9.
WeekEnds 주말입니다. 값 = 10.

주의

The MonthlyRelativeWeekDays enumeration is served by the P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.FrequencyInterval property.