JET_THREADSTATS. Метод Create

Создайте новую структуру JET_THREADSTATS с указанным значением.

Пространство имен: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

    TNumber of pages dirtied.

  • 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