ManagementConfigurationType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示讀取/寫入屬性可能的認可行為。 它會當作 ManagementConfigurationAttribute 屬性的參數值。
注意:WMI .NET 程式庫目前被視為最終狀態,針對影響這些程式庫的非安全性相關問題,不會提供進一步的開發、增強功能或更新。 MI API 應使用於所有新的開發。
public enum class ManagementConfigurationType
public enum ManagementConfigurationType
type ManagementConfigurationType =
Public Enum ManagementConfigurationType
- 繼承
欄位
Apply | 0 | 設定只有在呼叫 Commit 後值才會生效。 |
OnCommit | 1 | 設定會立即套用值。 |
備註
只有在屬性用來識別要執行以認可值的方法時ManagementCommitAttribute,這個屬性才會做為ManagementConfigurationAttribute屬性的參數值。 否則,會自動套用讀取/寫入屬性值。