Click or drag to resize

SlowAqlQuery Properties

The SlowAqlQuery type exposes the following members.

Properties
  NameDescription
Public propertyBindVars
The bind parameter values used by the query
Public propertyDatabase
The name of the database the query runs in
Public propertyId
The query’s id
Public propertyQuery
The query string (potentially truncated)
Public propertyRunTime
The query’s total run time
Public propertyStarted
The date and time when the query was started
Public propertyState
The query’s current execution state (will always be “finished” for the list of slow queries)
Public propertyStream
Indicates whether or not the query uses a streaming cursor
Public propertyUser
The name of the user that started the query
Top
See Also