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

Visual Basic
Dim instance As MaintenanceTaskDaysOfWeek

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration MaintenanceTaskDaysOfWeek
C#
[FlagsAttribute] 
public enum MaintenanceTaskDaysOfWeek
C++
[FlagsAttribute] 
public enum class MaintenanceTaskDaysOfWeek
J#
/** @attribute FlagsAttribute() */ 
public enum MaintenanceTaskDaysOfWeek
JScript
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