SPDiagnosticsSqlDmvProvider.TotalIOOperationsThreshold property
The total number of logical read/writes time that a query must execute before it will be logged.
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property TotalIOOperationsThreshold As Integer
Get
Set
'Usage
Dim instance As SPDiagnosticsSqlDmvProvider
Dim value As Integer
value = instance.TotalIOOperationsThreshold
instance.TotalIOOperationsThreshold = value
public int TotalIOOperationsThreshold { get; set; }
Property value
Type: System.Int32
Returns Int32.
See also
Reference
SPDiagnosticsSqlDmvProvider class