Método Api.JetGetIndexInfo (JET_SESID, JET_DBID, String, String, JET_INDEXLIST)
NOTA: Esta API ya está obsoleta.
Recupera información sobre los índices de una tabla.
Espacio de nombres:Microsoft.Isam.Esent.Interop
Ensamblaje: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Sintaxis
'Declaration
<ObsoleteAttribute("Use the overload that takes a JET_IdxInfo parameter, passing in JET_IdxInfo.List")> _
Public Shared Sub JetGetIndexInfo ( _
sesid As JET_SESID, _
dbid As JET_DBID, _
tablename As String, _
ignored As String, _
<OutAttribute> ByRef indexlist As JET_INDEXLIST _
)
'Usage
Dim sesid As JET_SESID
Dim dbid As JET_DBID
Dim tablename As String
Dim ignored As String
Dim indexlist As JET_INDEXLISTApi.JetGetIndexInfo(sesid, dbid, _
tablename, ignored, indexlist)
[ObsoleteAttribute("Use the overload that takes a JET_IdxInfo parameter, passing in JET_IdxInfo.List")]
public static void JetGetIndexInfo(
JET_SESID sesid,
JET_DBID dbid,
string tablename,
string ignored,
out JET_INDEXLIST indexlist
)
Parámetros
sesid
Tipo: Microsoft.Isam.Esent.Interop.JET_SESIDSesión que se va a usar.
dbid
Tipo: Microsoft.Isam.Esent.Interop.JET_DBIDLa base de datos que se va a usar.
tablename
Tipo: System.StringNombre de la tabla sobre la que se va a recuperar información de índice.
no se tiene en cuenta
Tipo: System.StringEste parámetro se ignora.
indexlist
Tipo: Microsoft.Isam.Esent.Interop.JET_INDEXLISTRellenado con información sobre los índices de la tabla.