Windows8Api.JetCreateTableColumnIndex4-Methode

Erstellt eine Tabelle, fügt dieser Tabelle Spalten und Indizes hinzu. JetCreateTableColumnIndex3(JET_SESID, JET_DBID, JET_TABLECREATE)

Namespace:Microsoft.Isam.Esent.Interop.Windows8
Versammlung: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'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
)

Parameter

Siehe auch

Verweis

Windows8Api-Klasse

Windows8Api-Mitglieder

Microsoft.Isam.Esent.Interop.Windows8-Namespace