PackageType Enumeration
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
'Usage
Dim instance As PackageType
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration PackageType
[FlagsAttribute]
public enum PackageType
[FlagsAttribute]
public enum class PackageType
/** @attribute FlagsAttribute() */
public enum PackageType
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
Reference
Microsoft.ConfigurationManagement.ManagementProvider Namespace
Other Resources
SMS_PackageBaseclass Server WMI Class
Configuration Manager Software Distribution