Warning
This class is obsolete. Use SMS_ObjectContentInfo Server WMI Class instead.

The SMS_DPStatus Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that shows the distribution status for a given package or application.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_DPStatus : SMS_BaseClass
{
	UInt32 AppCI;
	UInt32 Failed;
	UInt32 Installed;
	DateTime LastUpdated;
	String PkgID;
	UInt32 Retrying;
	String SoftwareName;
};

Methods

The SMS_DPStatus class does not define any methods.

Properties

AppCI

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of the application configuration items.
Failed

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of the application configuration items that failed to install.
Installed

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of the application configuration items that installed.
LastUpdated

Data type: DateTimeAccess type: Read/Write Qualifiers: noneThe last update time.
PkgID

Data type: StringAccess type: Read/Write Qualifiers: noneIdentifier for the package.
Retrying

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of application configuration items that are retrying.
SoftwareName

Data type: StringAccess type: Read/Write Qualifiers: [key]Name of the software.

Remarks

Requirements

Runtime Requirements

Development Requirements

See Also