The SMS_ImageUpdateStatusView Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents software update information that is used by offline servicing image.

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

Class SMS_ImageUpdateStatusView : SMS_BaseClass
{
	SInt32 ErrorCode;
	SInt32 ImageIndex;
	String ImagePackageID;
	String PackageDescription;
	String PackageName;
	SInt32 UpdateID;
};

Methods

The SMS_ImageUpdateStatusView class does not define any methods.

Properties

ErrorCode

Data type: SInt32Access type: Read/Write Qualifiers: noneError code for software update installation.
ImageIndex

Data type: SInt32Access type: Read/Write Qualifiers: [key]Index for offline servcing image.
ImagePackageID

Data type: StringAccess type: Read/Write Qualifiers: [key]ID for offline servicing image.
PackageDescription

Data type: StringAccess type: Read/Write Qualifiers: noneDescription for offline servicing image.
PackageName

Data type: StringAccess type: Read/Write Qualifiers: noneName for offline servicing image.
UpdateID

Data type: SInt32Access type: Read/Write Qualifiers: [key]ID for software update.

Remarks

Requirements

Runtime Requirements

Development Requirements