SqlQueryData.Duration property
Gets a value that indicates the amount of time, in milliseconds, that the query took to complete.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Duration As Double
Get
'Usage
Dim instance As SqlQueryData
Dim value As Double
value = instance.Duration
public double Duration { get; }
Property value
Type: System.Double
The duration of the query, in milliseconds.