다음을 통해 공유


MonthlyRelativeWeekDays 열거형

The MonthlyRelativeWeekDays enumeration contains values that specify the days of the week, weekdays, or every day.

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

구문

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

멤버

멤버 이름 설명
Sunday Sunday. Value = 1.
Monday Monday. Value = 2.
Tuesday Tuesday. Value = 3.
Wednesday Wednesday. Value = 4.
Thursday Thursday. Value = 5.
Friday Friday. Value = 6.
Saturday Saturday. Value = 7.
EveryDay Every day of the week.
WeekDays
WeekEnds

주의

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