MaintenanceTaskDaysOfWeek Enumeration
Defines values for the days of the week that are scheduled for a maintenance task. The values correspond to the values for the DaysOfWeek property in the Configuration Manager 2007 site configuration SMS_SCI_MaintenanceTask Server WMI Class.
Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As MaintenanceTaskDaysOfWeek
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration MaintenanceTaskDaysOfWeek
[FlagsAttribute]
public enum MaintenanceTaskDaysOfWeek
[FlagsAttribute]
public enum class MaintenanceTaskDaysOfWeek
/** @attribute FlagsAttribute() */
public enum MaintenanceTaskDaysOfWeek
FlagsAttribute
public enum MaintenanceTaskDaysOfWeek
Members
Member name | Description |
---|---|
Friday | See the FRIDAY value for DaysOfWeek in SMS_SCI_MaintenanceTask Server WMI Class. |
Monday | See the MONDAY value for DaysOfWeek in SMS_SCI_MaintenanceTask Server WMI Class. |
Saturday | See the SATURDAY value for DaysOfWeek in SMS_SCI_MaintenanceTask Server WMI Class. |
Sunday | See the SUNDAY value for DaysOfWeek in SMS_SCI_MaintenanceTask Server WMI Class. |
Thursday | See the THURSDAY value for DaysOfWeek in SMS_SCI_MaintenanceTask Server WMI Class. |
Tuesday | See the TUESDAY value for DaysOfWeek in SMS_SCI_MaintenanceTask Server WMI Class. |
Wednesday | See the WEDNESDAY value for DaysOfWeek in SMS_SCI_MaintenanceTask 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_MaintenanceTask Server WMI Class
Configuration Manager Site Configuration Server WMI Classes