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