EventLogQuery.TolerateQueryErrors Proprietà

Definizione

Ottiene o imposta un valore booleano che determina se la query continuerà a recuperare eventi se la stessa contiene un errore.

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

Valore della proprietà

true indica che la query continuerà a recuperare eventi anche se non riesce a operare su alcuni log, mentre false indica che la query non continuerà a recuperare eventi in caso di errore.

Si applica a

Vedi anche