次の方法で共有


JET_THREADSTATS。Create メソッド

指定した値を持つ新しい JET_THREADSTATS 構造体を作成します。

Namespace:Microsoft.Isam.Esent.Interop.Vista
アセンブリ: Microsoft.Isam.Esent.Interop (Microsoft.Isam.Esent.Interop.dll)

構文

'Declaration
Public Shared Function Create ( _
    cPageReferenced As Integer, _
    cPageRead As Integer, _
    cPagePreread As Integer, _
    cPageDirtied As Integer, _
    cPageRedirtied As Integer, _
    cLogRecord As Integer, _
    cbLogRecord As Integer _
) As JET_THREADSTATS
'Usage
Dim cPageReferenced As Integer
Dim cPageRead As Integer
Dim cPagePreread As Integer
Dim cPageDirtied As Integer
Dim cPageRedirtied As Integer
Dim cLogRecord As Integer
Dim cbLogRecord As Integer
Dim returnValue As JET_THREADSTATS

returnValue = JET_THREADSTATS.Create(cPageReferenced, _
    cPageRead, cPagePreread, cPageDirtied, _
    cPageRedirtied, cLogRecord, cbLogRecord)
public static JET_THREADSTATS Create(
    int cPageReferenced,
    int cPageRead,
    int cPagePreread,
    int cPageDirtied,
    int cPageRedirtied,
    int cLogRecord,
    int cbLogRecord
)

パラメーター

  • cPageReferenced
    型: System.Int32

    アクセスされたページの数。

  • cPageRead
    型: System.Int32

    読み取られたページ数。

  • cPagePreread
    型: System.Int32

    プレ読み取りページ数。

  • cPageDirtied
    型: System.Int32

    Tページ数が汚れています。

  • cPageRedirtied
    型: System.Int32

    再入されたページの数。

  • cLogRecord
    型: System.Int32

    生成されたログ レコードの数。

  • cbLogRecord
    型: System.Int32

    書き込まれたログ レコードのバイト数。

戻り値

種類: Microsoft.Isam.Esent.Interop.Vista.JET_THREADSTATS
指定した値 を持 つ新しいJET_THREADSTATS構造体。

こちらもご覧ください

リファレンス

JET_THREADSTATS構造体

JET_THREADSTATS メンバー

Microsoft.Isam.Esent.Interop.Vista 名前空間