Share via


SPTimerJobUsageEntry.QueryCount property

Gets or sets an integer value representing the total number of database queries that are generated during the execution of a timer job.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property QueryCount As Integer
    Get
    Set
'Usage
Dim instance As SPTimerJobUsageEntry
Dim value As Integer

value = instance.QueryCount

instance.QueryCount = value
public int QueryCount { get; set; }

Property value

Type: System.Int32
Returns a Int32 value representing the count.

See also

Reference

SPTimerJobUsageEntry class

SPTimerJobUsageEntry members

Microsoft.SharePoint.Administration namespace