WaitStatistics Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Wait statistics gathered during query batch execution
public class WaitStatistics
type WaitStatistics = class
Public Class WaitStatistics
- Inheritance
-
WaitStatistics
Constructors
WaitStatistics() |
Initializes a new instance of the WaitStatistics class. |
WaitStatistics(String, Nullable<Double>, Nullable<Int64>) |
Initializes a new instance of the WaitStatistics class. |
Properties
WaitCount |
Gets or sets total no. of waits |
WaitTimeMS |
Gets or sets total wait time in millisecond(s) |
WaitType |
Gets or sets type of the Wait |