Mimer SQL Data Provider
ElapsedTime Property




Mimer.Data.Client Namespace > MimerMonitorInstance Class : ElapsedTime Property
The elapsed time, in seconds, used to execute this statement in the server.
Syntax
'Declaration
 
Public ReadOnly Property ElapsedTime As Decimal
public decimal ElapsedTime {get;}
public read-only property ElapsedTime: Currency; 
public function get ElapsedTime : decimal
public: __property decimal get_ElapsedTime();
Remarks
The number of seconds used to execute this statement by the server. The elapsed time is a combination of the CPU-time and I/O needed to perform the statement.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerMonitorInstance Class
MimerMonitorInstance Members