Api.JetGetLS 메서드

애플리케이션이 커서 또는 해당 커서와 연결된 테이블과 연결된 Local Storage라는 컨텍스트 핸들을 검색할 수 있도록 합니다. 이 컨텍스트 핸들은 이전에 JetSetLS(JET_SESID, JET_TABLEID, JET_LS, LsGrbit)를 사용하여 설정했어야 합니다. JetGetLS를 사용하여 커서 또는 테이블에 대한 현재 컨텍스트 핸들을 동시에 가져오고 해당 컨텍스트 핸들을 다시 설정할 수도 있습니다.

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

구문

'Declaration
Public Shared Sub JetGetLS ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    <OutAttribute> ByRef ls As JET_LS, _
    grbit As LsGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim ls As JET_LS
Dim grbit As LsGrbitApi.JetGetLS(sesid, tableid, ls, _
    grbit)
public static void JetGetLS(
    JET_SESID sesid,
    JET_TABLEID tableid,
    out JET_LS ls,
    LsGrbit grbit
)

매개 변수

추가 정보

참조

Api 클래스

Api 멤버

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