Api.GetTableColumns 方法 (JET_SESID,JET_TABLEID)
逐一查看資料表中的所有資料行,並傳回每個資料行的相關資訊。
Namespace:Microsoft.Isam.Esent.Interop
裝配: microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
語法
'Declaration
Public Shared Function GetTableColumns ( _
sesid As JET_SESID, _
tableid As JET_TABLEID _
) As IEnumerable(Of ColumnInfo)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim returnValue As IEnumerable(Of ColumnInfo)
returnValue = Api.GetTableColumns(sesid, _
tableid)
public static IEnumerable<ColumnInfo> GetTableColumns(
JET_SESID sesid,
JET_TABLEID tableid
)
參數
sesid
類型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的會話。
tableid
類型: Microsoft.Isam.Esent.Interop.JET_TABLEID要為其擷取資料行資訊的資料表。
傳回值
類型:System.Collections.Generic.IEnumerable<ColumnInfo>
資料表中每個資料行的 ColumnInfo 反覆運算器。