Api.JetGetTableInfo 方法 (JET_SESID、JET_TABLEID、Int32、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 Integer, _
infoLevel As JET_TblInfo _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim result As Integer
Dim infoLevel As JET_TblInfoApi.JetGetTableInfo(sesid, tableid, _
result, infoLevel)
public static void JetGetTableInfo(
JET_SESID sesid,
JET_TABLEID tableid,
out int result,
JET_TblInfo infoLevel
)
参数
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的会话。
tableid
类型: Microsoft.Isam.Esent.Interop.JET_TABLEID要检索其信息的表。
result
类型: System.Int32检索到的信息。
infoLevel
类型: Microsoft.Isam.Esent.Interop.JET_TblInfo要检索的信息的类型。
备注
此重载与 SpaceOwned 和 SpaceAvailable 一起使用。