Méthode Api.JetCloseTable
Fermez une table ouverte.
Namespace:Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'Declaration
Public Shared Sub JetCloseTable ( _
sesid As JET_SESID, _
tableid As JET_TABLEID _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEIDApi.JetCloseTable(sesid, tableid)
public static void JetCloseTable(
JET_SESID sesid,
JET_TABLEID tableid
)
Paramètres
sesid
Type : Microsoft.Isam.Esent.Interop.JET_SESIDSession qui a ouvert la table.
tableid
Type : Microsoft.Isam.Esent.Interop.JET_TABLEIDTable à fermer.