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.