Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The sum of the duration in milliseconds of all database queries that are generated during execution of the timer job.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property QueryDurationSum As Long
Get
Set
'Usage
Dim instance As SPTimerJobUsageEntry
Dim value As Long
value = instance.QueryDurationSum
instance.QueryDurationSum = value
public long QueryDurationSum { get; set; }
Property value
Type: System.Int64
Returns an Int64 representing milliseconds.