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
Public method SqlQueryData Initializes a new instance of the SqlQueryData class.

Top

Properties

  Name Description
Public property CallStack Gets or sets the front-end call stack associated with the query.
Public property Database Gets or sets the database where the query was performed.
Public property Duration Gets a value that indicates the amount of time, in milliseconds, that the query took to complete.
Public property IOStatistics Gets the array of query IO statistics.
Public propertyStatic member MonitorableDuration Gets or sets the maximum length of time for which the query can be monitored.
Public property Text Gets or sets the SQL query text.

Top

Methods

  Name Description
Public method Dispose Ends the monitoring of this SqlQueryData object and records the collected information.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

SqlQueryData Class

Microsoft.SharePoint.Utilities Namespace