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
Syntax
Visual Basic |
<FlagsAttribute> _
Public Enumeration SqlCmdDaysOfWeek
|
C# |
[FlagsAttribute]
public enum SqlCmdDaysOfWeek
|
C++ |
[FlagsAttribute]
public enum class SqlCmdDaysOfWeek
|
J# |
/** @attribute FlagsAttribute() */
public enum SqlCmdDaysOfWeek
|
JScript |
FlagsAttribute
public enum SqlCmdDaysOfWeek
|
Members
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also