Méthode API. JetGetTableIndexInfo (JET_SESID, JET_TABLEID, String, String, JET_IdxInfo)
Récupère des informations sur les index d’une table.
Espace de noms : Microsoft. ISAM. esent. Interop
Assembly : Microsoft. ISAM. esent. Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'Declaration
Public Shared Sub JetGetTableIndexInfo ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
indexname As String, _
<OutAttribute> ByRef result As String, _
infoLevel As JET_IdxInfo _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim indexname As String
Dim result As String
Dim infoLevel As JET_IdxInfoApi.JetGetTableIndexInfo(sesid, _
tableid, indexname, result, infoLevel)
public static void JetGetTableIndexInfo(
JET_SESID sesid,
JET_TABLEID tableid,
string indexname,
out string result,
JET_IdxInfo infoLevel
)
Paramètres
sesid
Type : Microsoft.ISAM.esent.Interop.JET_SESIDSession à utiliser.
TableID
Type : Microsoft.ISAM.esent.Interop.JET_TABLEIDTable pour laquelle récupérer les informations d’index.
IndexName
Type : System. StringNom de l’index.
result
Type : System. StringRenseigné avec des informations sur les index de la table.
infoLevel
Type : Microsoft.ISAM.esent.Interop.JET_IdxInfoType d’informations à récupérer.