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
)

参数

另请参阅

参考

Api 类

Api 成员

Microsoft.Isam.Esent.Interop 命名空间