Api.JetGetIndexInfo-Methode (JET_SESID, JET_DBID, String, String, UInt16, JET_IdxInfo)

Ruft Informationen zu Indizes in einer Tabelle ab.

Diese API ist nicht CLS-kompatibel. 

Namespace:Microsoft.Isam.Esent.Interop
Versammlung: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Shared Sub JetGetIndexInfo ( _
    sesid As JET_SESID, _
    dbid As JET_DBID, _
    tablename As String, _
    indexname As String, _
    <OutAttribute> ByRef result As UShort, _
    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 UShort
Dim infoLevel As JET_IdxInfoApi.JetGetIndexInfo(sesid, dbid, _
    tablename, indexname, result, infoLevel)
[CLSCompliantAttribute(false)]
public static void JetGetIndexInfo(
    JET_SESID sesid,
    JET_DBID dbid,
    string tablename,
    string indexname,
    out ushort result,
    JET_IdxInfo infoLevel
)

Parameter

  • Tabellenname
    Typ: System.String

    Der Name der Tabelle, zu der Indexinformationen abgerufen werden sollen.

  • indexname
    Typ: System.String

    Der Name des Indexes, zu dem Informationen abgerufen werden sollen.

  • result
    Typ: System.UInt16

    Mit Informationen zu Indizes in der Tabelle ausgefüllt.

Siehe auch

Verweis

Api-Klasse

API-Member

JetGetIndexInfo-Überladung

Microsoft.Isam.Esent.Interop-Namespace