Share via


Api.SetColumn 方法 (JET_SESID、JET_TABLEID、JET_COLUMNID、UInt32)

修改所修改記錄中的單一資料行值,以插入或更新目前的記錄。

此 API 不符合 CLS 規範。 

Namespace:Microsoft.Isam.Esent.Interop
裝配: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

語法

'Declaration
<CLSCompliantAttribute(False)> _
Public Shared Sub SetColumn ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    columnid As JET_COLUMNID, _
    data As UInteger _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim columnid As JET_COLUMNID
Dim data As UIntegerApi.SetColumn(sesid, tableid, columnid, _
    data)
[CLSCompliantAttribute(false)]
public static void SetColumn(
    JET_SESID sesid,
    JET_TABLEID tableid,
    JET_COLUMNID columnid,
    uint data
)

參數

另請參閱

參考

Api 類別

Api 成員

SetColumn 多載

Microsoft.Isam.Esent.Interop 命名空間