Share via


IComponentErrorInfo.Level Property

Returns a TraceLevel enumeration value indicating what messages to output for the Debug, Trace and TraceSwitch classes.

Namespace:  Microsoft.SqlServer.Dts.Design
Assembly:  Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)

Syntax

'Declaration
ReadOnly Property Level As TraceLevel
    Get
'Usage
Dim instance As IComponentErrorInfo
Dim value As TraceLevel

value = instance.Level
TraceLevel Level { get; }
property TraceLevel Level {
    TraceLevel get ();
}
abstract Level : TraceLevel
function get Level () : TraceLevel

Property Value

Type: System.Diagnostics.TraceLevel
A TraceLevel enumeration value indicating what messages to output for the Debug, Trace and TraceSwitch classes.

Remarks

The TraceLevel enumeration indicates what messages to output for the Debug, Trace and TraceSwitch classes. For more information on TraceLevel, see TraceLevel Enumeration in the .NET Framework Class Library.