Defines maintenance task types. The values correspond to the values for the TaskType 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 MaintenanceTaskType

Syntax

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

Members

Member name Description
Backup See the BACKUP value for TaskType in SMS_SCI_MaintenanceTask Server WMI Class.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also