ExecutionStatistics 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.
Description about the errors happen while performing migration validation
public class ExecutionStatistics
type ExecutionStatistics = class
Public Class ExecutionStatistics
- Inheritance
-
ExecutionStatistics
Constructors
ExecutionStatistics() |
Initializes a new instance of the ExecutionStatistics class. |
ExecutionStatistics(Nullable<Int64>, Nullable<Double>, Nullable<Double>, IDictionary<String,WaitStatistics>, Nullable<Boolean>, IList<String>) |
Initializes a new instance of the ExecutionStatistics class. |
Properties
CpuTimeMS |
Gets or sets cPU Time in millisecond(s) for the query execution |
ElapsedTimeMS |
Gets or sets time taken in millisecond(s) for executing the query |
ExecutionCount |
Gets or sets no. of query executions |
HasErrors |
Gets or sets indicates whether the query resulted in an error |
SqlErrors |
Gets or sets list of sql Errors |
WaitStats |
Gets or sets dictionary of sql query execution wait types and the respective statistics |