Api.JetGetTableIndexInfo 方法 (JET_SESID、JET_TABLEID、字串、JET_INDEXID、JET_IdxInfo)
擷取資料表上索引的相關資訊。
Namespace:Microsoft.Isam.Esent.Interop
裝配: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
語法
'Declaration
Public Shared Sub JetGetTableIndexInfo ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
indexname As String, _
<OutAttribute> ByRef result As JET_INDEXID, _
infoLevel As JET_IdxInfo _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim indexname As String
Dim result As JET_INDEXID
Dim infoLevel As JET_IdxInfoApi.JetGetTableIndexInfo(sesid, _
tableid, indexname, result, infoLevel)
public static void JetGetTableIndexInfo(
JET_SESID sesid,
JET_TABLEID tableid,
string indexname,
out JET_INDEXID result,
JET_IdxInfo infoLevel
)
參數
sesid
類型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的會話。
tableid
類型: Microsoft.Isam.Esent.Interop.JET_TABLEID要擷取索引資訊的資料表。
indexname
類型: System.String索引的名稱。
result
類型: Microsoft.Isam.Esent.Interop.JET_INDEXID填入資料表上索引的相關資訊。
infoLevel
類型: Microsoft.Isam.Esent.Interop.JET_IdxInfo要擷取的資訊類型。