Metodo Api.JetGetIndexInfo (JET_SESID, JET_DBID, String, String, String, String, JET_IdxInfo)
Recupera informazioni sugli indici in una tabella.
Spazio dei nomi:Microsoft.Isam.Esent.Interop
Assemblea: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Sintassi
'Declaration
Public Shared Sub JetGetIndexInfo ( _
sesid As JET_SESID, _
dbid As JET_DBID, _
tablename As String, _
indexname As String, _
<OutAttribute> ByRef result As String, _
infoLevel As JET_IdxInfo _
)
'Usage
Dim sesid As JET_SESID
Dim dbid As JET_DBID
Dim tablename As String
Dim indexname As String
Dim result As String
Dim infoLevel As JET_IdxInfoApi.JetGetIndexInfo(sesid, dbid, _
tablename, indexname, result, infoLevel)
public static void JetGetIndexInfo(
JET_SESID sesid,
JET_DBID dbid,
string tablename,
string indexname,
out string result,
JET_IdxInfo infoLevel
)
Parametri
sesid
Tipo: Microsoft.Isam.Esent.Interop.JET_SESIDSessione da usare.
dbid
Tipo: Microsoft.Isam.Esent.Interop.JET_DBIDDatabase da usare.
tablename
Tipo: System.StringNome della tabella per recuperare le informazioni sull'indice.
indexname
Tipo: System.StringNome dell'indice per recuperare informazioni su.
result
Tipo: System.StringCompilato con informazioni sugli indici nella tabella.
infoLevel
Tipo: Microsoft.Isam.Esent.Interop.JET_IdxInfoTipo di informazioni da recuperare.