Api.JetDeleteIndex method
Deletes an index from a database table.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Sub JetDeleteIndex ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
index As String _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim index As StringApi.JetDeleteIndex(sesid, tableid, _
index)
public static void JetDeleteIndex(
JET_SESID sesid,
JET_TABLEID tableid,
string index
)
Parameters
sesid
Type: Microsoft.Isam.Esent.Interop.JET_SESIDThe session to use.
tableid
Type: Microsoft.Isam.Esent.Interop.JET_TABLEIDA cursor on the table to delete the index from.
index
Type: System.StringThe name of the index to be deleted.