Méthode Api.JetCreateTableColumnIndex3
Crée une table, ajoute des colonnes et des index sur cette table.
Espace de noms :Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'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
)
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.
tablecréer
Type : Microsoft.Isam.Esent.Interop.JET_TABLECREATEObjet décrivant la table à créer.