PackageFlags Enumeration
Defines package flags. The values correspond to the values for the PkgFlags 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 PackageFlags
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration PackageFlags
[FlagsAttribute]
public enum PackageFlags
[FlagsAttribute]
public enum class PackageFlags
/** @attribute FlagsAttribute() */
public enum PackageFlags
FlagsAttribute
public enum PackageFlags
Members
Member name | Description |
---|---|
BinaryDeltaReplication | See the USE_BINARY_DELTA_REP value for PkgFlags in SMS_PackageBaseclass Server WMI Class. |
DistributeOnDemand | See the DISTRIBUTE_ON_DEMAND value for PkgFlags in SMS_PackageBaseclass Server WMI Class. |
DoNotDownload | See the DO_NOT_DOWNLOAD value for PkgFlags in SMS_PackageBaseclass Server WMI Class. |
PersistInCache | See the PERSIST_IN_CACHE value for PkgFlags in SMS_PackageBaseclass Server WMI Class. |
UseSpecialMif | See the USE_SPECIAL_MIF value for PkgFlags 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