Compartilhar via


SPClientRequestServiceSettings.SqlQueryVerboseLoggingThreshold property

O limite do número de consultas do SQL para o log detalhado.

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

Syntax

'Declaração
Public Property SqlQueryVerboseLoggingThreshold As Integer
    Get
    Set
'Uso
Dim instance As SPClientRequestServiceSettings
Dim value As Integer

value = instance.SqlQueryVerboseLoggingThreshold

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

Property value

Type: System.Int32

Ver também

Referência

SPClientRequestServiceSettings class

SPClientRequestServiceSettings members

Microsoft.SharePoint.Administration namespace