SqlCmdDaysOfWeek Enumeration
Defines day values for SQL command recurrence. The values correspond to the values for the DaysOfWeek property in the Configuration Manager 2007 site configuration SMS_SCI_SQLCmd Server WMI Class.
Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As SqlCmdDaysOfWeek
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration SqlCmdDaysOfWeek
[FlagsAttribute]
public enum SqlCmdDaysOfWeek
[FlagsAttribute]
public enum class SqlCmdDaysOfWeek
/** @attribute FlagsAttribute() */
public enum SqlCmdDaysOfWeek
FlagsAttribute
public enum SqlCmdDaysOfWeek
Members
Member name | Description |
---|---|
Friday | See the FRIDAY value for DaysOfWeek in SMS_SCI_SQLCmd Server WMI Class. |
Monday | See the MONDAY value for DaysOfWeek in SMS_SCI_SQLCmd Server WMI Class. |
Saturday | See the SATURDAY value for DaysOfWeek in SMS_SCI_SQLCmd Server WMI Class. |
Sunday | See the SUNDAY value for DaysOfWeek in SMS_SCI_SQLCmd Server WMI Class. |
Thursday | See the THURSDAY value for DaysOfWeek in SMS_SCI_SQLCmd Server WMI Class. |
Tuesday | See the TUESDAY value for DaysOfWeek in SMS_SCI_SQLCmd Server WMI Class. |
Wednesday | See the WEDNESDAY value for DaysOfWeek in SMS_SCI_SQLCmd Server WMI Class. |
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
Microsoft.ConfigurationManagement.ManagementProvider Namespace
Other Resources
SMS_SCI_SQLCmd Server WMI Class
Configuration Manager Site Configuration Server WMI Classes