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 | ||
WeekEnds |