共用方式為


SMS_OSDeploymentConfig伺服器 WMI 類別

SMS_OSDeploymentConfig Windows Management Instrumentation (WMI) 類別是 Configuration Manager 中的 SMS 提供者伺服器類別,以其 ADK 特定值代表所有 OSD 相關的常數和設定。

下列語法已從受控物件格式 (MOF) 程式代碼簡化,並包含所有繼承的屬性。

語法

Class SMS_OSDeploymentConfig : SMS_BaseClass
{
    String DeploymentKitVersion;
    String DeploymentPropertyName;
    String DeploymentPropertyValue;
};

方法

類別 SMS_OSDeploymentConfig 不會定義任何方法。

屬性

DeploymentKitVersion 資料類型: String

存取類型:讀取/寫入

限定符:[金鑰,not_null]

與這個屬性相關聯的部署套件版本。

DeploymentPropertyName 資料類型: String

存取類型:讀取/寫入

限定符:[金鑰,not_null]

屬性的名稱。

DeploymentPropertyValue 資料類型: String

存取類型:讀取/寫入

限定符:無

屬性的值。

註解

此類別的類別限定元包括:

需求

運行時間需求

如需詳細資訊,請參閱 Configuration Manager 伺服器運行時間需求。

開發需求

如需詳細資訊,請參閱 Configuration Manager 伺服器開發需求。