Enum TeradataDetailedTracingLevel
Namespace: Varigence.Languages.Biml.Transformation
Assembly: Biml.dll
C#
public enum TeradataDetailedTracingLevel
Fields
Fields | Description |
---|---|
All | Specifies that all operator-level trace messages should be collected. |
Cli | Specifies that all operator-level command line interface (CLI) trace messages should be collected. |
CommonLibrary | Specifies that all operator-level common library trace messages should be collected. |
General | Specifies that all operator-level general trace messages should be collected. |
NotifyMethod | Specifies that all operator-level notify method trace messages should be collected. |
Off | Specifies that there should be no tracing. |