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