EventLogQuery.TolerateQueryErrors 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定布林值,這個值可判斷當查詢有錯誤時,是否會繼續擷取事件。
public:
property bool TolerateQueryErrors { bool get(); void set(bool value); };
public bool TolerateQueryErrors { get; set; }
member this.TolerateQueryErrors : bool with get, set
Public Property TolerateQueryErrors As Boolean
屬性值
true
表示即使某些記錄檔查詢失敗,查詢仍會繼續擷取事件,false
表示查詢失敗時,這個查詢不會繼續擷取事件。