類別SMS_ConfigurationItem中的 AcceptEULA 方法
在Configuration Manager中, AcceptEULA
Windows Management Instrumentation (WMI) 類別方法會接受或拒絕設定專案的Microsoft軟體授權條款。
下列語法是從受控物件格式 (MOF) 程式碼中簡化,並定義 方法。
語法
SInt32 AcceptEULA(
Boolean Accepted
);
參數
Accepted
資料類型:Boolean
限定詞:[in]
true
表示接受授權條款。
傳回值
資料 SInt32
類型,為 0 表示成功或非零表示失敗。
如需處理傳回錯誤的相關資訊,請參閱關於Configuration Manager錯誤。
註解
只有當 設定專案中的 屬性設定為 true
時, EulaExists
您的應用程式才應該呼叫這個方法。 此屬性定義于 SMS_ConfigurationItemBaseClass Server WMI 類別中。
需求
執行時間需求
如需詳細資訊,請參閱Configuration Manager伺服器執行時間需求。
開發需求
如需詳細資訊,請參閱Configuration Manager伺服器開發需求。
另請參閱
SMS_ConfigurationItem伺服器 WMI 類別
SMS_ConfigurationItemBaseClass伺服器 WMI 類別