Méthode Windows8Api. JetCreateTableColumnIndex4
Crée une table, ajoute des colonnes et des index sur cette table. JetCreateTableColumnIndex3 (JET_SESID, JET_DBID, JET_TABLECREATE)
Espace de noms : Microsoft. ISAM. esent. Interop. Windows8
Assembly : Microsoft. ISAM. esent. Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'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
)
Paramètres
sesid
Type : Microsoft.ISAM.esent.Interop.JET_SESIDSession à utiliser.
dbid
Type : Microsoft.ISAM.esent.Interop.JET_DBIDBase de données à laquelle ajouter la nouvelle table.
tablecreate
Type : Microsoft.ISAM.esent.Interop.JET_TABLECREATEObjet décrivant la table à créer.