API. JetCloseTable, méthode
Ferme une table ouverte.
Espace de noms : Microsoft. ISAM. esent. Interop
Assembly : 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.