The ReloadImageProperties Windows Management Instrumentation WMI class method, in Configuration Manager, reloads metadata from the source .wim file and synchronizes the metadata with the database.
The following syntax is simplified from Managed Object Format (MOF) code and defines the method.
SInt32 ReloadImageProperties(); |
Parameters
None.
Return Values
An SInt32 data type that is 0 to indicate success or non-zero to indicate failure.
For information about handling returned errors, see About Configuration Manager Errors.
Remarks
Your application uses this method to update the .wim file associated with the operating system install package. The update is based on the location defined in the PkgSourcePath property of SMS_OperatingSystemInstallPackage Server WMI Class.
The application must:
- Establish a connection to the SMS Provider. For more
information, see About the SMS Provider
in Configuration Manager.
- Get the SMS_OperatingSystemInstallPackage object to
update.
- Call the ReloadImageProperties method.
- Commit the SMS_OperatingSystemInstallPackage object.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.
See Also
Send comments about this topic to Microsoft.