EventLogQuery.TolerateQueryErrors 属性

定义

获取或设置一个布尔值,该值确定在查询出错时此查询是否继续检索事件。

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 指示在查询失败时此查询将不继续检索事件。

适用于

另请参阅