Condividi tramite


Proprietà ServerTraceEventSet.TraceErrorsAndWarnings

Gets or sets a Boolean property value that specifies whether errors and warnings are recorded in the trace.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Property TraceErrorsAndWarnings As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As ServerTraceEventSet 
Dim value As Boolean 

value = instance.TraceErrorsAndWarnings

instance.TraceErrorsAndWarnings = value
public bool TraceErrorsAndWarnings { get; set; }
public:
property bool TraceErrorsAndWarnings {
    bool get ();
    void set (bool value);
}
member TraceErrorsAndWarnings : bool with get, set
function get TraceErrorsAndWarnings () : boolean 
function set TraceErrorsAndWarnings (value : boolean)

Valore proprietà

Tipo: System.Boolean
A Boolean value that specifies whether errors and warnings are included in the trace.If True, errors and warnings are recorded in the trace.If False (default), errors and warnings are not recorded in the trace.

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Esempi

Gestione degli eventi SMO

Vedere anche

Riferimento

ServerTraceEventSet Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Traccia e riproduzione di eventi

Guida di riferimento alla classe di evento SQL Server