类SMS_OperatingSystemInstallPackage中的 ReloadImageProperties 方法

ReloadImageProperties Configuration Manager中的 Windows Management Instrumentation WMI 类方法从源 .wim 文件重新加载元数据,并将元数据与数据库同步。

以下语法从托管对象格式 (MOF) 代码中简化,并定义了 方法。

语法

SInt32 ReloadImageProperties();  

参数

无。

返回值

一个 SInt32 数据类型,为 0 表示成功,非零表示失败。

有关处理返回的错误的信息,请参阅关于Configuration Manager错误

备注

应用程序使用此方法更新与操作系统安装包关联的 .wim 文件。 此更新基于 SMS_OperatingSystemInstallPackage 服务器 WMI 类的 属性中PkgSourcePath定义的位置。

应用程序必须:

  1. 建立与 SMS 提供程序的连接。 有关详细信息,请参阅关于 Configuration Manager 中的 SMS 提供程序。

  2. 获取 SMS_OperatingSystemInstallPackage 要更新的对象。

  3. ReloadImageProperties调用 方法。

  4. SMS_OperatingSystemInstallPackage提交 对象。

要求

运行时要求

有关详细信息,请参阅Configuration Manager服务器运行时要求

开发要求

有关详细信息,请参阅Configuration Manager服务器开发要求

另请参阅

SMS_OperatingSystemInstallPackage服务器 WMI 类
类SMS_OperatingSystemInstallPackage中的 GetImageProperties 方法