Api.JetGetTableIndexInfo 方法 (JET_SESID、JET_TABLEID、String、UInt16、JET_IdxInfo)
检索有关表的索引的信息。
此 API 不符合 CLS。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
<CLSCompliantAttribute(False)> _
Public Shared Sub JetGetTableIndexInfo ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
indexname As String, _
<OutAttribute> ByRef result As UShort, _
infoLevel As JET_IdxInfo _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim indexname As String
Dim result As UShort
Dim infoLevel As JET_IdxInfoApi.JetGetTableIndexInfo(sesid, _
tableid, indexname, result, infoLevel)
[CLSCompliantAttribute(false)]
public static void JetGetTableIndexInfo(
JET_SESID sesid,
JET_TABLEID tableid,
string indexname,
out ushort result,
JET_IdxInfo infoLevel
)
parameters
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的会话。
tableid
类型: Microsoft.Isam.Esent.Interop.JET_TABLEID要检索其索引信息的表。
indexname
类型: System.String索引的名称。
result
类型: System.UInt16填充了有关表上索引的信息。
infoLevel
类型: Microsoft.Isam.Esent.Interop.JET_IdxInfo要检索的信息的类型。