MonthlyRelativeWeekDays Enumeration
The MonthlyRelativeWeekDays enumeration contains values that specify the days of the week, weekdays, or every day.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
Syntax
'Bildirim
Public Enumeration MonthlyRelativeWeekDays
public enum MonthlyRelativeWeekDays
public enum class MonthlyRelativeWeekDays
public enum MonthlyRelativeWeekDays
public enum MonthlyRelativeWeekDays
Members
Member name | Description |
---|---|
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 | |
WeekEnds |
Remarks
The MonthlyRelativeWeekDays enumeration is served by the P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.FrequencyInterval property.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.