IBX.IBSQLMonitor.TIBSQLMonitor.TraceFlags

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TraceFlags: TTraceFlags read FTraceFlags write FTraceFlags;

C++

__property TraceFlags;

Properties

Type Visibility Source Unit Parent
property published
IBX.IBSQLMonitor.pas
IBX.IBSQLMonitor.hpp
IBX.IBSQLMonitor TIBSQLMonitor

Description

Indicates which database operations are tracked.

IBX.IBSQLMonitor.TIBSQLMonitor.TraceFlags inherits from IBX.IBSQLMonitor.TIBCustomSQLMonitor.TraceFlags. All content below this line refers to IBX.IBSQLMonitor.TIBCustomSQLMonitor.TraceFlags.

Indicates which database operations are tracked.

Use TraceFlags to specify which database operations the SQL Monitor should track in an application at runtime. TraceFlags enables performance tuning and SQL debugging when working with remote SQL database servers.

Note: Normally trace options are set from the SQL Monitor rather than setting TraceFlags in application code.