Freigeben über


SPSqlIoMonitor.IncrementCounter-Methode

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
)

Parameter

Siehe auch

Referenz

SPSqlIoMonitor Klasse

SPSqlIoMonitor-Member

Microsoft.SharePoint.Utilities-Namespace