Api.RetrieveColumnAsByte 方法 (JET_SESID、JET_TABLEID、JET_COLUMNID)

從目前記錄擷取位元組資料行值。 記錄是與資料指標目前位置之索引項目目相關聯的記錄。

Namespace:Microsoft.Isam.Esent.Interop
裝配: microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

語法

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

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

參數

傳回值

類型:System.Nullable<Byte>
從資料行擷取的資料做為位元組。 如果資料行為 Null,則為 Null。

另請參閱

參考

Api 類別

Api 成員

RetrieveColumnAsByte 多載

Microsoft.Isam.Esent.Interop 命名空間