Api.JetRenameTable 方法
更改现有表的名称。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Shared Sub JetRenameTable ( _
sesid As JET_SESID, _
dbid As JET_DBID, _
tableName As String, _
newTableName As String _
)
'Usage
Dim sesid As JET_SESID
Dim dbid As JET_DBID
Dim tableName As String
Dim newTableName As StringApi.JetRenameTable(sesid, dbid, _
tableName, newTableName)
public static void JetRenameTable(
JET_SESID sesid,
JET_DBID dbid,
string tableName,
string newTableName
)
parameters
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的会话。
dbid
类型: Microsoft.Isam.Esent.Interop.JET_DBID包含表的数据库。
tableName
类型: System.String表的名称。
newTableName
类型: System.String表的新名称。