SPSqlIoMonitor.IncrementCounter method
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Sub IncrementCounter ( _
database As String, _
table As String, _
caller As String, _
numLogicalReads As Long, _
numPhysicalReads As Long, _
numLogicalLobReads As Long, _
numPhysicalLobReads As Long _
)
'Usage
Dim database As String
Dim table As String
Dim caller As String
Dim numLogicalReads As Long
Dim numPhysicalReads As Long
Dim numLogicalLobReads As Long
Dim numPhysicalLobReads As LongSPSqlIoMonitor.IncrementCounter(database, _
table, caller, numLogicalReads, numPhysicalReads, _
numLogicalLobReads, numPhysicalLobReads)
public static void IncrementCounter(
string database,
string table,
string caller,
long numLogicalReads,
long numPhysicalReads,
long numLogicalLobReads,
long numPhysicalLobReads
)
Parameters
- database
Type: System.String
- table
Type: System.String
- caller
Type: System.String
- numLogicalReads
Type: System.Int64
- numPhysicalReads
Type: System.Int64
- numLogicalLobReads
Type: System.Int64
- numPhysicalLobReads
Type: System.Int64