C# Класс MigSharp.Options

Access to the static options of Mig#.
Показать файл Открыть проект

Открытые методы

Метод Описание
SetGeneralTraceLevel ( SourceLevels sourceLevels ) : void

Sets the level of general information being traced.

SetPerformanceTraceLevel ( SourceLevels sourceLevels ) : void

Sets the level of performance information being traced.

SetSqlTraceLevel ( SourceLevels sourceLevels ) : void

Sets the level of SQL information being traced.

Описание методов

SetGeneralTraceLevel() публичный статический Метод

Sets the level of general information being traced.
public static SetGeneralTraceLevel ( SourceLevels sourceLevels ) : void
sourceLevels SourceLevels
Результат void

SetPerformanceTraceLevel() публичный статический Метод

Sets the level of performance information being traced.
public static SetPerformanceTraceLevel ( SourceLevels sourceLevels ) : void
sourceLevels SourceLevels
Результат void

SetSqlTraceLevel() публичный статический Метод

Sets the level of SQL information being traced.
public static SetSqlTraceLevel ( SourceLevels sourceLevels ) : void
sourceLevels SourceLevels
Результат void