Share via


SPDeveloperDashboardSettings.MaximumSQLQueriesToTrack property

The maximum number of SQL queries that will be recorded in a single transaction (i.e. one request or timer job). If a single transaction executes more than this number of requests the query will be counted but the query call stack and text will not be kept.

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

Syntax

'Declaration
Public Property MaximumSQLQueriesToTrack As Integer
    Get
    Set
'Usage
Dim instance As SPDeveloperDashboardSettings
Dim value As Integer

value = instance.MaximumSQLQueriesToTrack

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

Property value

Type: System.Int32
A Int32 representation of the maximum number of queries that will be recorded.

See also

Reference

SPDeveloperDashboardSettings class

SPDeveloperDashboardSettings members

Microsoft.SharePoint.Administration namespace