從資料庫資料表中刪除資料行。
Namespace:Microsoft.Isam.Esent.Interop
裝配: microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
語法
'Declaration
Public Shared Sub JetDeleteColumn2 ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
column As String, _
grbit As DeleteColumnGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim column As String
Dim grbit As DeleteColumnGrbitApi.JetDeleteColumn2(sesid, tableid, _
column, grbit)
public static void JetDeleteColumn2(
JET_SESID sesid,
JET_TABLEID tableid,
string column,
DeleteColumnGrbit grbit
)
參數
sesid
類型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的會話。
tableid
類型: Microsoft.Isam.Esent.Interop.JET_TABLEID要從中刪除資料行之資料表的資料指標。
column
類型: System.String要刪除的資料行名稱。
grbit
類型: Microsoft.Isam.Esent.Interop.DeleteColumnGrbit資料行刪除選項。