Propriété TraceErrorsAndWarnings

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Property TraceErrorsAndWarnings As Boolean
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : 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.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.