IBX.IBSQLMonitor.TIBCustomSQLMonitor.TraceFlags
Delphi
property TraceFlags: TTraceFlags read FTraceFlags write FTraceFlags;
C++
__property Ibx::Ib::TTraceFlags TraceFlags = {read=FTraceFlags, write=FTraceFlags, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | IBX.IBSQLMonitor.pas IBX.IBSQLMonitor.hpp |
IBX.IBSQLMonitor | TIBCustomSQLMonitor |
Description
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.