Api.JetGetTableIndexInfo-Methode (JET_SESID, JET_TABLEID, String, UInt16, JET_IdxInfo)
Ruft Informationen zu Indizes für eine Tabelle ab.
Diese API ist nicht CLS-kompatibel.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Shared Sub JetGetTableIndexInfo ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
indexname As String, _
<OutAttribute> ByRef result As UShort, _
infoLevel As JET_IdxInfo _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim indexname As String
Dim result As UShort
Dim infoLevel As JET_IdxInfoApi.JetGetTableIndexInfo(sesid, _
tableid, indexname, result, infoLevel)
[CLSCompliantAttribute(false)]
public static void JetGetTableIndexInfo(
JET_SESID sesid,
JET_TABLEID tableid,
string indexname,
out ushort result,
JET_IdxInfo infoLevel
)
Parameter
sesid
Typ: Microsoft.Isam.Esent.Interop.JET_SESIDDie zu verwendende Sitzung.
tableid
Typ: Microsoft.Isam.Esent.Interop.JET_TABLEIDDie Tabelle, über die Indexinformationen abgerufen werden.
indexname
Typ: System.StringDer Name des Index.
result
Typ: System.UInt16Mit Informationen zu Indizes für die Tabelle ausgefüllt.
infoLevel
Typ: Microsoft.Isam.Esent.Interop.JET_IdxInfoDer Typ der abzurufenden Informationen.