SqlQueryData Members
Include Protected Members
Include Inherited Members
Represents a container for SQL query information that is used for diagnostic purposes.
The SqlQueryData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SqlQueryData | Initializes a new instance of the SqlQueryData class. |
Top
Properties
Name | Description | |
---|---|---|
CallStack | Gets or sets the front-end call stack associated with the query. | |
Database | Gets or sets the database where the query was performed. | |
Duration | Gets a value that indicates the amount of time, in milliseconds, that the query took to complete. | |
IOStatistics | Gets the array of query IO statistics. | |
MonitorableDuration | Gets or sets the maximum length of time for which the query can be monitored. | |
Text | Gets or sets the SQL query text. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Ends the monitoring of this SqlQueryData object and records the collected information. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top