Api.JetDeleteColumn 方法
从数据库表中删除列。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Shared Sub JetDeleteColumn ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
column As String _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim column As StringApi.JetDeleteColumn(sesid, tableid, _
column)
public static void JetDeleteColumn(
JET_SESID sesid,
JET_TABLEID tableid,
string column
)
参数
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的会话。
tableid
类型: Microsoft.Isam.Esent.Interop.JET_TABLEID要从中删除列的表上的光标。
列
类型: System.String要删除的列的名称。