SQLToolsCommonTraceLvl Struct

Definition

Contains values that are either reserved or have some special treatment.

public value class SQLToolsCommonTraceLvl
public struct SQLToolsCommonTraceLvl
type SQLToolsCommonTraceLvl = struct
Public Structure SQLToolsCommonTraceLvl
Inheritance
SQLToolsCommonTraceLvl

Fields

Always

Always displays a message. This field is constant.

Error

Adds an error message to the log file with a special prefix. This field is constant.

L1

Reserved for the common first level. This field is constant.

L2

Reserved for the common second level. This field is constant.

L3

Reserved for the common third level. This field is constant.

L4

Reserved for the common fourth level. This field is constant.

Warning

Adds a warning message to the log file with a special prefix. This field is constant.

Applies to