Defines values for SQL task type. The values correspond to the values for the TaskType 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 SqlTaskType

Syntax

Visual Basic
Public Enumeration SqlTaskType
C#
public enum SqlTaskType
C++
public enum class SqlTaskType
J#
public enum SqlTaskType
JScript
public enum SqlTaskType

Members

Member name Description
Backup See the BACKUP value for TaskType in SMS_SCI_SQLTask Server WMI Class.
Delete See the DELETE value for TaskType in SMS_SCI_SQLTask Server WMI Class.
Period See the PERIOD value for TaskType in SMS_SCI_SQLTask Server WMI Class.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also