Api.JetGetTableInfo 方法 (JET_SESID、JET_TABLEID、JET_OBJECTINFO、JET_TblInfo)
检索有关数据库中表的各种信息。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Shared Sub JetGetTableInfo ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
<OutAttribute> ByRef result As JET_OBJECTINFO, _
infoLevel As JET_TblInfo _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim result As JET_OBJECTINFO
Dim infoLevel As JET_TblInfoApi.JetGetTableInfo(sesid, tableid, _
result, infoLevel)
public static void JetGetTableInfo(
JET_SESID sesid,
JET_TABLEID tableid,
out JET_OBJECTINFO result,
JET_TblInfo infoLevel
)
parameters
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的会话。
tableid
类型: Microsoft.Isam.Esent.Interop.JET_TABLEID要检索相关信息的表。
result
类型: Microsoft.Isam.Esent.Interop.JET_OBJECTINFO检索到的信息。
infoLevel
类型: Microsoft.Isam.Esent.Interop.JET_TblInfo要检索的信息的类型。
备注
此重载与 Default 一起使用。