Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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 (in microsoft.sqlserver.dts.design.dll)
Синтаксис
'Декларация
ReadOnly Property Level As TraceLevel
TraceLevel Level { get; }
property TraceLevel Level {
TraceLevel get ();
}
/** @property */
TraceLevel get_Level ()
function get Level () : 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.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
IComponentErrorInfo Interface
IComponentErrorInfo Members
Microsoft.SqlServer.Dts.Design Namespace