Api.RetrieveColumnAsUInt64 方法 (JET_SESID、JET_TABLEID、JET_COLUMNID、RetrieveColumnGrbit)

从当前记录中检索 uint64 列值。 记录是与光标当前位置的索引项关联的记录。

此 API 不符合 CLS。 

Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

'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 命名空间