Defines day values for SQL task recurrence. The values correspond to the values for the DaysOfWeek property in the Configuration Manager 2007 site configuration SMS_SCI_SQLTask Server WMI Class. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As SqlTaskDaysOfWeek

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration SqlTaskDaysOfWeek
C#
[FlagsAttribute] 
public enum SqlTaskDaysOfWeek
C++
[FlagsAttribute] 
public enum class SqlTaskDaysOfWeek
J#
/** @attribute FlagsAttribute() */ 
public enum SqlTaskDaysOfWeek
JScript
FlagsAttribute 
public enum SqlTaskDaysOfWeek

Members

Member name Description
Friday See the FRIDAY value for DaysOfWeek in SMS_SCI_SQLTask Server WMI Class.
Monday See the MONDAY value for DaysOfWeek in SMS_SCI_SQLTask Server WMI Class.
Saturday See the SATURDAY value for DaysOfWeek in SMS_SCI_SQLTask Server WMI Class.
Sunday See the SUNDAY value for DaysOfWeek in SMS_SCI_SQLTask Server WMI Class.
Thursday See the THURSDAY value for DaysOfWeek in SMS_SCI_SQLTask Server WMI Class.
Tuesday See the TUESDAY value for DaysOfWeek in SMS_SCI_SQLTask Server WMI Class.
Wednesday See the WEDNESDAY value for DaysOfWeek in SMS_SCI_SQLTask Server WMI Class.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also