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 column.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Sub JetRenameColumn ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
name As String, _
newName As String, _
grbit As RenameColumnGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim name As String
Dim newName As String
Dim grbit As RenameColumnGrbitApi.JetRenameColumn(sesid, tableid, _
name, newName, grbit)
public static void JetRenameColumn(
JET_SESID sesid,
JET_TABLEID tableid,
string name,
string newName,
RenameColumnGrbit grbit
)
Parameters
sesid
Type: Microsoft.Isam.Esent.Interop.JET_SESIDThe session to use.
tableid
Type: Microsoft.Isam.Esent.Interop.JET_TABLEIDThe table containing the column.
name
Type: System.StringThe name of the column.
newName
Type: System.StringThe new name of the column.
grbit
Type: Microsoft.Isam.Esent.Interop.RenameColumnGrbitColumn rename options.