Méthode Api.GetTableIndexes (JET_SESID, JET_DBID, String)
Itère sur tous les index de la table, retournant des informations sur chacun d’eux.
Espace de noms :Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'Declaration
Public Shared Function GetTableIndexes ( _
sesid As JET_SESID, _
dbid As JET_DBID, _
tablename As String _
) As IEnumerable(Of IndexInfo)
'Usage
Dim sesid As JET_SESID
Dim dbid As JET_DBID
Dim tablename As String
Dim returnValue As IEnumerable(Of IndexInfo)
returnValue = Api.GetTableIndexes(sesid, _
dbid, tablename)
public static IEnumerable<IndexInfo> GetTableIndexes(
JET_SESID sesid,
JET_DBID dbid,
string tablename
)
Paramètres
sesid
Type : Microsoft.Isam.Esent.Interop.JET_SESIDSession à utiliser.
dbid
Type : Microsoft.Isam.Esent.Interop.JET_DBIDBase de données contenant la table.
tablename
Type : System.StringNom de la table.
Valeur retournée
Type : System.Collections.Generic.IEnumerable<IndexInfo>
Itérateur sur un IndexInfo pour chaque index de la table.