Api.RetrieveColumnSize メソッド (JET_SESID、JET_TABLEID、JET_COLUMNID、Int32、RetrieveColumnGrbit)

現在のレコードから 1 つの列値のサイズを取得します。 レコードは、カーソルの現在位置にあるインデックス エントリに関連付けられているレコードです。 または、この関数は、カーソル コピー バッファーに作成されているレコードから列を取得できます。 この関数は、現在のレコードを参照するインデックス エントリから列データを取得することもできます。

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

構文

'Declaration
Public Shared Function RetrieveColumnSize ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    columnid As JET_COLUMNID, _
    itagSequence As Integer, _
    grbit As RetrieveColumnGrbit _
) As Nullable(Of Integer)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim columnid As JET_COLUMNID
Dim itagSequence As Integer
Dim grbit As RetrieveColumnGrbit
Dim returnValue As Nullable(Of Integer)

returnValue = Api.RetrieveColumnSize(sesid, _
    tableid, columnid, itagSequence, _
    grbit)
public static Nullable<int> RetrieveColumnSize(
    JET_SESID sesid,
    JET_TABLEID tableid,
    JET_COLUMNID columnid,
    int itagSequence,
    RetrieveColumnGrbit grbit
)

パラメーター

  • itagSequence
    種類: System.Int32

    複数値列の値のシーケンス番号。 値の配列は 1 から始まります。 最初の値はシーケンス 1 であり、0 ではありません。 レコード列に 1 つの値しかない場合は、1 を itagSequence として渡す必要があります。

戻り値

型: System.Null 許容<Int32>
列のサイズ。 列が null の場合は 0。

関連項目

リファレンス

Api クラス

Api メンバー

RetrieveColumnSize オーバーロード

Microsoft.Isam.Esent.Interop 名前空間