名称 |
类型 |
说明 |
Active |
Boolean |
激活SQL跟踪 |
DBMonitorOptions |
将跟踪信息发送到dbMonitor工具软件的选择项 |
|
Host |
IP地址 |
|
Port |
端口号 |
|
ReconnectTimeout |
重新连接的TimeOut时间 |
|
SendTimeout |
发送信息的TimeOut时间 |
|
Options |
跟踪SQL的选择项 |
|
moCustom |
当moDialog选择了后,允许数据集的Debug设置为True,以便将调试信息显示到IDE环境的Debug窗体中 |
|
moDBMonitor |
发送到外部dbMonitor工具 |
|
moDialog |
显示在IDE环境的Debug窗体中 |
|
moHandled |
控件的句柄已经包含到了事件描述的字符串中? |
|
moSQLMonitor |
显示在Borland的SQLMonitor工具中 |
|
TraceFlags |
|
决定哪些SQL语句将被跟踪 |
OnSQL |
|
每一个TraceFlags中定义的SQL将触发该事件 |