Metodo VistaApi.JetGetThreadStats

Recupera le informazioni sulle prestazioni dal motore di database per il thread corrente. È possibile usare più chiamate per raccogliere statistiche che riflettono l'attività del motore di database in questo thread tra tali chiamate.

Spazio dei nomi:Microsoft.Isam.Esent.Interop.Vista
Assemblea: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Sintassi

'Declaration
Public Shared Sub JetGetThreadStats ( _
    <OutAttribute> ByRef threadstats As JET_THREADSTATS _
)
'Usage
Dim threadstats As JET_THREADSTATSVistaApi.JetGetThreadStats(threadstats)
public static void JetGetThreadStats(
    out JET_THREADSTATS threadstats
)

Parametri

Vedi anche

Riferimento

Classe VistaApi

Membri di VistaApi

Spazio dei nomi Microsoft.Isam.Esent.Interop.Vista