Api.SetColumn 方法 (JET_SESID、JET_TABLEID、JET_COLUMNID、Int64)
修改所修改記錄中的單一資料行值,以插入或更新目前的記錄。
Namespace:Microsoft.Isam.Esent.Interop
裝配: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
語法
'Declaration
Public Shared Sub SetColumn ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
columnid As JET_COLUMNID, _
data As Long _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim columnid As JET_COLUMNID
Dim data As LongApi.SetColumn(sesid, tableid, columnid, _
data)
public static void SetColumn(
JET_SESID sesid,
JET_TABLEID tableid,
JET_COLUMNID columnid,
long data
)
參數
sesid
類型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的會話。
tableid
類型: Microsoft.Isam.Esent.Interop.JET_TABLEID要更新的資料指標。 應該備妥更新。
columnid
類型: Microsoft.Isam.Esent.Interop.JET_COLUMNID要設定的 columnid。
資料
類型: System.Int64要設定的資料。