Metode Api.JetGetTableIndexInfo (JET_SESID, JET_TABLEID, String, Int32, JET_IdxInfo)
Mengambil informasi tentang indeks pada tabel.
Namespace:Microsoft.Isam.Esent.Interop
Majelis: Microsoft.Isam.Esent.Interop (dalam Microsoft.Isam.Esent.Interop.dll)
Sintaks
'Declaration
Public Shared Sub JetGetTableIndexInfo ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
indexname As String, _
<OutAttribute> ByRef result As Integer, _
infoLevel As JET_IdxInfo _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim indexname As String
Dim result As Integer
Dim infoLevel As JET_IdxInfoApi.JetGetTableIndexInfo(sesid, _
tableid, indexname, result, infoLevel)
public static void JetGetTableIndexInfo(
JET_SESID sesid,
JET_TABLEID tableid,
string indexname,
out int result,
JET_IdxInfo infoLevel
)
Parameter
sesid
Jenis: Microsoft.Isam.Esent.Interop.JET_SESIDSesi yang akan digunakan.
tableid
Jenis: Microsoft.Isam.Esent.Interop.JET_TABLEIDTabel untuk mengambil informasi indeks tentang.
nama indeks
Jenis: System.StringNama indeks.
hasil
Jenis: System.Int32Diisi dengan informasi tentang indeks pada tabel.
infoLevel
Jenis: Microsoft.Isam.Esent.Interop.JET_IdxInfoJenis informasi yang akan diambil.