The IDalDriverExt interface contains methods for profiling (measuring) execution of SQL queries. This interface is used to work only with Microsoft SQL Server DBMS 2008.
Method name | Brief description | |
PrintProfileResults | The PrintProfileResults method displays profiling results. | |
StartProfile | The StartProfile method starts profiling. | |
StopProfile | The StopProfile method stops profiling and displays its results. |
See also: