Api.RetrieveColumnAsInt16 メソッド (JET_SESID、JET_TABLEID、JET_COLUMNID)

現在のレコードから 1 つの列値を取得します。 レコードは、カーソルの現在位置にあるインデックス エントリに関連付けられているレコードです。

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

構文

'Declaration
Public Shared Function RetrieveColumnAsInt16 ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    columnid As JET_COLUMNID _
) As Nullable(Of Short)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim columnid As JET_COLUMNID
Dim returnValue As Nullable(Of Short)

returnValue = Api.RetrieveColumnAsInt16(sesid, _
    tableid, columnid)
public static Nullable<short> RetrieveColumnAsInt16(
    JET_SESID sesid,
    JET_TABLEID tableid,
    JET_COLUMNID columnid
)

パラメーター

戻り値

型: System.Null 許容<Int16>
列から短い形式で取得されたデータ。 列が null の場合は Null。

関連項目

リファレンス

Api クラス

API メンバー

RetrieveColumnAsInt16 オーバーロード

Microsoft.Isam.Esent.Interop 名前空間