Api.JetGetLS 方法

可讓應用程式擷取稱為「本機儲存體」的內容控制碼,該控制碼與資料指標或與該資料指標相關聯的資料表相關聯。 先前必須使用 JetSetLS (JET_SESID、JET_TABLEID、JET_LS、LsGrbit) 來設定此內容控制碼。 JetGetLS 也可以用來同時擷取資料指標或資料表的目前內容控制碼,並重設該內容控制碼。

Namespace:Microsoft.Isam.Esent.Interop
裝配: microsoft.Isam.Esent.Interop (in 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 命名空間