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.
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.