共用方式為


MonthlyRelativeWeekDays 列舉

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

命名空間:  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

成員

成員名稱 說明
EveryDay Every day of the week.
Friday Friday. Value = 6.
Monday Monday. Value = 2.
Saturday Saturday. Value = 7.
Sunday Sunday. Value = 1.
Thursday Thursday. Value = 5.
Tuesday Tuesday. Value = 3.
Wednesday Wednesday. Value = 4.
WeekDays Weekdays. Value = 9.
WeekEnds Weekends. Value = 10.

備註

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

請參閱

參考

Microsoft.SqlServer.Management.Smo.Agent 命名空間