Defines values for package type. The values correspond to the values for the PackageType property in the Configuration Manager 2007 software distribution SMS_PackageBaseclass Server WMI Class. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As PackageType

Syntax

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

Members

Member name Description
BootImage See the PKG_TYPE_BOOTIMAGE value for PackageType in SMS_PackageBaseclass Server WMI Class.
Driver See the PKG_TYPE_DRIVER value for PackageType in SMS_PackageBaseclass Server WMI Class.
ImageDeployment See the PKG_TYPE_IMAGE value for PackageType in SMS_PackageBaseclass Server WMI Class.
OSInstallPackage See the PKG_TYPE_OSINSTALLIMAGE value for PackageType in SMS_PackageBaseclass Server WMI Class.
RegularPackage See the PKG_TYPE_REGULAR value for PackageType in SMS_PackageBaseclass Server WMI Class.
SoftwareUpdate See the PKG_TYPE_SWUPDATE value for PackageType in SMS_PackageBaseclass Server WMI Class.
TaskSequence See the PKG_TYPE_TASK_SEQUENCE value for PackageType in SMS_PackageBaseclass Server WMI Class.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also