Share via


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

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

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

구문

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

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

매개 변수

반환 값

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

추가 정보

참조

Api 클래스

Api 멤버

RetrieveColumnAsInt16 오버로드

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