Metodo Windows8Api.JetCreateTableColumnIndex4
Crea una tabella, aggiunge colonne e indici in tale tabella. JetCreateTableColumnIndex3(JET_SESID, JET_DBID, JET_TABLECREATE)
Namespace:Microsoft.Isam.Esent.Interop.Windows8
Assemblea: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Sintassi
'Declaration
Public Shared Sub JetCreateTableColumnIndex4 ( _
sesid As JET_SESID, _
dbid As JET_DBID, _
tablecreate As JET_TABLECREATE _
)
'Usage
Dim sesid As JET_SESID
Dim dbid As JET_DBID
Dim tablecreate As JET_TABLECREATEWindows8Api.JetCreateTableColumnIndex4(sesid, _
dbid, tablecreate)
public static void JetCreateTableColumnIndex4(
JET_SESID sesid,
JET_DBID dbid,
JET_TABLECREATE tablecreate
)
Parametri
sesid
Tipo: Microsoft.Isam.Esent.Interop.JET_SESIDSessione da utilizzare.
dbid
Tipo: Microsoft.Isam.Esent.Interop.JET_DBIDDatabase a cui aggiungere la nuova tabella.
tablecreate
Tipo: Microsoft.Isam.Esent.Interop.JET_TABLECREATEOggetto che descrive la tabella da creare.