Método Api.JetCloseTable
Feche uma tabela aberta.
Namespace:Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (em Microsoft.Isam.Esent.Interop.dll)
Sintaxe
'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
)
Parâmetros
sesid
Tipo: Microsoft.Isam.Esent.Interop.JET_SESIDA sessão que abriu a tabela.
Tableid
Tipo: Microsoft.Isam.Esent.Interop.JET_TABLEIDA tabela a ser fechada.