VistaApi.JetGetRecordSize メソッド

目的の場所からレコード サイズ情報を取得します。

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

構文

'Declaration
Public Shared Sub JetGetRecordSize ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    ByRef recsize As JET_RECSIZE, _
    grbit As GetRecordSizeGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim recsize As JET_RECSIZE
Dim grbit As GetRecordSizeGrbitVistaApi.JetGetRecordSize(sesid, tableid, _
    recsize, grbit)
public static void JetGetRecordSize(
    JET_SESID sesid,
    JET_TABLEID tableid,
    ref JET_RECSIZE recsize,
    GetRecordSizeGrbit grbit
)

パラメーター

  • tableid
    種類: Microsoft.Isam.Esent.Interop.JET_TABLEID

    API 呼び出しに使用されるカーソル。 カーソルはレコード上に配置するか、更新プログラムを準備する必要があります。

関連項目

リファレンス

VistaApi クラス

VistaApi メンバー

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