Api.JetGetColumnInfo 方法 (JET_SESID, JET_DBID, String, String, JET_COLUMNBASE)
擷取資料表中資料行的相關資訊。
Namespace:Microsoft.Isam.Esent.Interop
裝配: microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
語法
'Declaration
Public Shared Sub JetGetColumnInfo ( _
sesid As JET_SESID, _
dbid As JET_DBID, _
tablename As String, _
columnName As String, _
<OutAttribute> ByRef columnbase As JET_COLUMNBASE _
)
'Usage
Dim sesid As JET_SESID
Dim dbid As JET_DBID
Dim tablename As String
Dim columnName As String
Dim columnbase As JET_COLUMNBASEApi.JetGetColumnInfo(sesid, dbid, _
tablename, columnName, columnbase)
public static void JetGetColumnInfo(
JET_SESID sesid,
JET_DBID dbid,
string tablename,
string columnName,
out JET_COLUMNBASE columnbase
)
參數
sesid
類型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的會話。
dbid
類型: Microsoft.Isam.Esent.Interop.JET_DBID包含資料表的資料庫。
tablename
類型: System.String包含資料行的資料表名稱。
columnName
類型: System.String資料行名稱。
columnbase
類型: Microsoft.Isam.Esent.Interop.JET_COLUMNBASE填入資料表中資料行的相關資訊。