Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Changes the name of an existing table.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'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
Type: Microsoft.Isam.Esent.Interop.JET_SESIDThe session to use.
dbid
Type: Microsoft.Isam.Esent.Interop.JET_DBIDThe database containing the table.
tableName
Type: System.StringThe name of the table.
newTableName
Type: System.StringThe new name of the table.