Api.JetCreateTableColumnIndex3 方法
创建一个表,并在该表上添加列和索引。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'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描述要创建的表的 对象。