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

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

Class SMS_FailedImageUpdateView : SMS_BaseClass
{
	SInt32 FailedImageCount;
	String Title;
	SInt32 UpdateID;
};

Methods

The SMS_FailedImageUpdateView class does not define any methods.

Properties

FailedImageCount

Data type: SInt32Access type: Read/Write Qualifiers: noneOffline image count that failed to install this update.
Title

Data type: StringAccess type: Read/Write Qualifiers: noneSoftware update display name.
UpdateID

Data type: SInt32Access type: Read/Write Qualifiers: [key]Software update local unique ID.

Remarks

Requirements

Runtime Requirements

Development Requirements