Share via


Api.RetrieveColumnAsInt32 메서드(JET_SESID, JET_TABLEID, JET_COLUMNID)

현재 레코드에서 단일 열 값을 검색합니다. 레코드는 커서의 현재 위치에 있는 인덱스 항목과 연결된 레코드입니다.

네임스페이스:Microsoft.Isam.Esent.Interop
어셈블리: Microsoft.Isam.Esent.Interop(Microsoft.Isam.Esent.Interop.dll)

구문

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

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

매개 변수

반환 값

형식: System.Nullable<Int32>
열에서 int로 검색된 데이터입니다. 열이 null이면 Null입니다.

추가 정보

참조

Api 클래스

Api 멤버

RetrieveColumnAsInt32 오버로드

Microsoft.Isam.Esent.Interop 네임스페이스