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

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

この API は CLS 準拠ではありません。 

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

構文

'Declaration
<CLSCompliantAttribute(False)> _
Public Shared Function RetrieveColumnAsUInt64 ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    columnid As JET_COLUMNID, _
    grbit As RetrieveColumnGrbit _
) As Nullable(Of ULong)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim columnid As JET_COLUMNID
Dim grbit As RetrieveColumnGrbit
Dim returnValue As Nullable(Of ULong)

returnValue = Api.RetrieveColumnAsUInt64(sesid, _
    tableid, columnid, grbit)
[CLSCompliantAttribute(false)]
public static Nullable<ulong> RetrieveColumnAsUInt64(
    JET_SESID sesid,
    JET_TABLEID tableid,
    JET_COLUMNID columnid,
    RetrieveColumnGrbit grbit
)

パラメーター

戻り値

型: System.Nullable<UInt64>
列から UInt64 として取得されたデータ。 列が null の場合は Null。

関連項目

リファレンス

Api クラス

API メンバー

RetrieveColumnAsUInt64 オーバーロード

Microsoft.Isam.Esent.Interop 名前空間