다음을 통해 공유


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.dll의 Microsoft.SqlServer.Dts.Design

구문

‘선언
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.