Api.DeserializeObjectFromColumn 메서드(JET_SESID, JET_TABLEID, JET_COLUMNID, RetrieveColumnGrbit)
열에서 개체를 역직렬화합니다.
네임스페이스:Microsoft.Isam.Esent.Interop
어셈블리: Microsoft.Isam.Esent.Interop(Microsoft.Isam.Esent.Interop.dll)
구문
'Declaration
Public Shared Function DeserializeObjectFromColumn ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
columnid As JET_COLUMNID, _
grbit As RetrieveColumnGrbit _
) As Object
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim columnid As JET_COLUMNID
Dim grbit As RetrieveColumnGrbit
Dim returnValue As Object
returnValue = Api.DeserializeObjectFromColumn(sesid, _
tableid, columnid, grbit)
public static Object DeserializeObjectFromColumn(
JET_SESID sesid,
JET_TABLEID tableid,
JET_COLUMNID columnid,
RetrieveColumnGrbit grbit
)
매개 변수
sesid
형식: Microsoft.Isam.Esent.Interop.JET_SESID사용할 세션입니다.
tableid
형식: Microsoft.Isam.Esent.Interop.JET_TABLEID읽을 테이블입니다.
columnid
형식: Microsoft.Isam.Esent.Interop.JET_COLUMNID읽을 열입니다.
grbit
형식: Microsoft.Isam.Esent.Interop.RetrieveColumnGrbit사용할 검색 옵션입니다.
반환 값
형식: System.Object
역직렬화된 개체입니다. 열이 null이면 Null입니다.