Api.JetGetTableColumnInfo 方法 (JET_SESID、JET_TABLEID、JET_COLUMNID、JET_COLUMNDEF)
检索有关表列的信息。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Shared Sub JetGetTableColumnInfo ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
columnid As JET_COLUMNID, _
<OutAttribute> ByRef columndef As JET_COLUMNDEF _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim columnid As JET_COLUMNID
Dim columndef As JET_COLUMNDEFApi.JetGetTableColumnInfo(sesid, _
tableid, columnid, columndef)
public static void JetGetTableColumnInfo(
JET_SESID sesid,
JET_TABLEID tableid,
JET_COLUMNID columnid,
out JET_COLUMNDEF columndef
)
parameters
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的会话。
tableid
类型: Microsoft.Isam.Esent.Interop.JET_TABLEID包含列的表。
columnid
类型: Microsoft.Isam.Esent.Interop.JET_COLUMNID列的 columnid。
columndef
类型: Microsoft.Isam.Esent.Interop.JET_COLUMNDEF填充了有关列的信息。