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.