Metodo Windows8Api.JetOpenTemporaryTable2
Crea una tabella temporanea con un singolo indice. Una tabella temporanea archivia e recupera i record esattamente come una normale tabella creata usando JetCreateTableColumnIndex. Tuttavia, le tabelle temporanee sono molto più veloci rispetto alle tabelle normali a causa della loro natura volatile. Possono anche essere usati per ordinare ed eseguire rapidamente la rimozione dei duplicati nei set di record quando si accede in modo puramente sequenziale. Vedere anche JetOpenTempTable(JET_SESID, [], Int32, TempTableGrbit, JET_TABLEID, []), "Api.JetOpenTempTable2", JetOpenTempTable3(JET_SESID, [], Int32, JET_UNICODEINDEX, TempTableGrbit, JET_TABLEID, []). JetOpenTemporaryTable(JET_SESID, JET_OPENTEMPORARYTABLE).
Namespace:Microsoft.Isam.Esent.Interop.Windows8
Assemblea: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Sintassi
'Declaration
Public Shared Sub JetOpenTemporaryTable2 ( _
sesid As JET_SESID, _
temporarytable As JET_OPENTEMPORARYTABLE _
)
'Usage
Dim sesid As JET_SESID
Dim temporarytable As JET_OPENTEMPORARYTABLEWindows8Api.JetOpenTemporaryTable2(sesid, _
temporarytable)
public static void JetOpenTemporaryTable2(
JET_SESID sesid,
JET_OPENTEMPORARYTABLE temporarytable
)
Parametri
sesid
Tipo: Microsoft.Isam.Esent.Interop.JET_SESIDSessione da utilizzare.
temporarytable
Tipo: Microsoft.Isam.Esent.Interop.Vista.JET_OPENTEMPORARYTABLEDescrizione della tabella temporanea da creare all'input. Dopo una chiamata riuscita, la struttura contiene l'handle per le identificazioni di tabella e colonna temporanee. Al termine , usare JetCloseTable(JET_SESID, JET_TABLEID) per liberare la tabella temporanea.
Commenti
Usare JetOpenTemporaryTable(JET_SESID, JET_OPENTEMPORARYTABLE) per le versioni precedenti di Esent.