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
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
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also