テーブルを作成し、そのテーブルに列とインデックスを追加します。
Namespace:Microsoft.Isam.Esent.Interop
アセンブリ: Microsoft.Isam.Esent.Interop (Microsoft.Isam.Esent.Interop.dll)
構文
'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
)
パラメーター
sesid
種類: Microsoft.Isam.Esent.Interop.JET_SESID使用するセッション。
dbid
種類: Microsoft.Isam.Esent.Interop.JET_DBID新しいテーブルを追加するデータベース。
tablecreate
種類: Microsoft.Isam.Esent.Interop.JET_TABLECREATE作成するテーブルを記述する オブジェクト。