Metode Api.GetTableIndexes (JET_SESID, JET_TABLEID)

Mengulangi semua indeks dalam tabel, mengembalikan informasi tentang masing-masing indeks.

Namespace:Microsoft.Isam.Esent.Interop
Majelis: Microsoft.Isam.Esent.Interop (dalam Microsoft.Isam.Esent.Interop.dll)

Sintaks

'Declaration
Public Shared Function GetTableIndexes ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID _
) As IEnumerable(Of IndexInfo)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim returnValue As IEnumerable(Of IndexInfo)

returnValue = Api.GetTableIndexes(sesid, _
    tableid)
public static IEnumerable<IndexInfo> GetTableIndexes(
    JET_SESID sesid,
    JET_TABLEID tableid
)

Parameter

Nilai kembali

Jenis: System.Collections.Generic.IEnumerable<IndexInfo>
Iterator melalui IndexInfo untuk setiap indeks dalam tabel.

Lihat juga

Referensi

Kelas Api

Anggota api

GetTableIndexes kelebihan beban

Namespace Microsoft.Isam.Esent.Interop