Mimer SQL Data Provider
SqlId Property




Mimer.Data.Client Namespace > MimerMonitorInstance Class : SqlId Property
Unique SQL identifier identifying this particular compilation of an SQL statement.
Syntax
'Declaration
 
Public ReadOnly Property SqlId As Integer
public int SqlId {get;}
public read-only property SqlId: Integer; 
public function get SqlId : int
public: __property int get_SqlId();
Remarks
When a statement is first compiled in the database server it is assigned a unique number. If the same or other application submit the same SQL statement the compilation is reused and the SqlId remains the same. When there are no references to a particular statement the server will eventually discard the compilation. If the same statement is compiled again it will be assigned a new SqlId.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerMonitorInstance Class
MimerMonitorInstance Members