類別SMS_BootImagePackage中的 UpdateDefaultImage 方法
在 UpdateDefaultImage
Configuration Manager 中,Windows Management Instrumentation (WMI) 類別方法會建立 屬性所 ImagePath
指向的 .wim 映射複本,並將它插入用於開機映射部署的作業系統部署檔案。
下列語法是從受控物件格式 (MOF) 程式碼中簡化,並定義 方法。
語法
SInt32 UpdateDefaultImage();
參數
無。
傳回值
資料 SInt32
類型,為 0 表示成功或非零表示失敗。
如需處理傳回錯誤的相關資訊,請參閱關於Configuration Manager錯誤。
註解
這個方法預期具有 SMS_BootImagePackage
屬性的 ImagePath
實例是有效的 .wim 映射。
只有當Configuration Manager從作業系統候選版升級至 RTM 版本時,您的應用程式才會呼叫此方法。
需求
執行時間需求
如需詳細資訊,請參閱Configuration Manager伺服器執行時間需求。
開發需求
如需詳細資訊,請參閱Configuration Manager伺服器開發需求。