Api.JetGetTableColumnInfo 方法 (JET_SESID、JET_TABLEID、String 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, _
columnName As String, _
<OutAttribute> ByRef columndef As JET_COLUMNDEF _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim columnName As String
Dim columndef As JET_COLUMNDEFApi.JetGetTableColumnInfo(sesid, _
tableid, columnName, columndef)
public static void JetGetTableColumnInfo(
JET_SESID sesid,
JET_TABLEID tableid,
string columnName,
out JET_COLUMNDEF columndef
)
参数
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的会话。
tableid
类型: Microsoft.Isam.Esent.Interop.JET_TABLEID包含列的表。
columnName
类型: System.String列的名称。
columndef
类型: Microsoft.Isam.Esent.Interop.JET_COLUMNDEF填充了有关列的信息。