Api.JetDeleteTable 方法
从数据库中删除表。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Shared Sub JetDeleteTable ( _
sesid As JET_SESID, _
dbid As JET_DBID, _
table As String _
)
'Usage
Dim sesid As JET_SESID
Dim dbid As JET_DBID
Dim table As StringApi.JetDeleteTable(sesid, dbid, _
table)
public static void JetDeleteTable(
JET_SESID sesid,
JET_DBID dbid,
string table
)
参数
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的会话。
dbid
类型: Microsoft.Isam.Esent.Interop.JET_DBID要从中删除表的数据库。
表
类型: System.String要删除的表的名称。