Metodo Api.JetCreateTableColumnIndex3
Crea una tabella, aggiunge colonne e indici in tale tabella.
Spazio dei nomi:Microsoft.Isam.Esent.Interop
Assemblea: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Sintassi
'Declaration
Public Shared Sub JetCreateTableColumnIndex3 ( _
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_TABLECREATEApi.JetCreateTableColumnIndex3(sesid, _
dbid, tablecreate)
public static void JetCreateTableColumnIndex3(
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.