Api.JetGetIndexInfo 方法 (JET_SESID、JET_DBID、String、String、JET_INDEXLIST、JET_IdxInfo)
检索有关表的索引的信息。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Shared Sub JetGetIndexInfo ( _
sesid As JET_SESID, _
dbid As JET_DBID, _
tablename As String, _
indexname As String, _
<OutAttribute> ByRef result As JET_INDEXLIST, _
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 JET_INDEXLIST
Dim infoLevel As JET_IdxInfoApi.JetGetIndexInfo(sesid, dbid, _
tablename, indexname, result, infoLevel)
public static void JetGetIndexInfo(
JET_SESID sesid,
JET_DBID dbid,
string tablename,
string indexname,
out JET_INDEXLIST result,
JET_IdxInfo infoLevel
)
参数
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的会话。
dbid
类型: Microsoft.Isam.Esent.Interop.JET_DBID要使用的数据库。
tablename
类型: System.String要检索其索引信息的表的名称。
indexname
类型: System.String要检索其相关信息的索引的名称。
result
类型: Microsoft.Isam.Esent.Interop.JET_INDEXLIST填充了有关表上索引的信息。
infoLevel
类型: Microsoft.Isam.Esent.Interop.JET_IdxInfo要检索的信息的类型。