DiagnosticSection.WmiProviderEnabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指定是否為組件啟用 WMI 提供者。
public:
property bool WmiProviderEnabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("wmiProviderEnabled", DefaultValue=false)]
public bool WmiProviderEnabled { get; set; }
[<System.Configuration.ConfigurationProperty("wmiProviderEnabled", DefaultValue=false)>]
member this.WmiProviderEnabled : bool with get, set
Public Property WmiProviderEnabled As Boolean
屬性值
如果為組件啟用 WMI 提供者,則為 true
,否則為 false
。 預設為 false
。
- 屬性
備註
使用者需要 WMI 提供者來取得 WCF 檢查和控制功能的執行時間存取權。