Share via


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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SqlQueryData Class

SqlQueryData Members

Microsoft.SharePoint.Utilities Namespace