다음을 통해 공유


IComponentErrorInfo.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.

참고 항목

참조

IComponentErrorInfo 인터페이스

Microsoft.SqlServer.Dts.Design 네임스페이스