現在のスレッドのデータベース エンジンからパフォーマンス情報を取得します。 複数の呼び出しを使用して、これらの呼び出し間のこのスレッドでのデータベース エンジンのアクティビティを反映する統計を収集できます。
Namespace:Microsoft.Isam.Esent.Interop.Vista
アセンブリ: Microsoft.Isam.Esent.Interop (Microsoft.Isam.Esent.Interop.dll)
構文
'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
)
パラメーター
threadstats
種類: Microsoft.Isam.Esent.Interop.Vista.JET_THREADSTATSスレッド統計データを返します。