Metodo Api.RetrieveColumnAsByte (JET_SESID, JET_TABLEID, JET_COLUMNID)

Recupera un valore di colonna di byte dal record corrente. Il record è il record associato alla voce di indice nella posizione corrente del cursore.

Spazio dei nomi:Microsoft.Isam.Esent.Interop
Assemblea: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Sintassi

'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
)

Parametri

Valore restituito

Tipo: Byte system.Nullable<>
Dati recuperati dalla colonna come byte. Null se la colonna è Null.

Vedi anche

Riferimento

Classe Api

Membri dell'API

Overload RetrieveColumnAsByte

Spazio dei nomi Microsoft.Isam.Esent.Interop