Compartilhar via


Propriedade do RDL IComponentErrorInfo.Level

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 (em Microsoft.SqlServer.Dts.Design.dll)

Sintaxe

'Declaração
ReadOnly Property Level As TraceLevel 
    Get
'Uso
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

Valor da propriedade

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

Comentários

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.

Consulte também

Referência

IComponentErrorInfo Interface

Namespace Microsoft.SqlServer.Dts.Design