Свойство Level
Returns a TraceLevel enumeration value indicating what messages to output for the Debug, Trace and TraceSwitch classes.
Пространство имен: Microsoft.SqlServer.Dts.Design
Сборка: Microsoft.SqlServer.Dts.Design (в Microsoft.SqlServer.Dts.Design.dll)
Синтаксис
'Декларация
ReadOnly Property Level As TraceLevel
Get
'Применение
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
Значение свойства
Тип: System.Diagnostics. . :: . .TraceLevel
A TraceLevel enumeration value indicating what messages to output for the Debug, Trace and TraceSwitch classes.
Замечания
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.