Api.SetColumn メソッド (JET_SESID、JET_TABLEID、JET_COLUMNID、Single)

変更されたレコード内の 1 つの列値を変更して挿入するか、現在のレコードを更新します。

Namespace:Microsoft.Isam.Esent.Interop
アセンブリ: Microsoft.Isam.Esent.Interop (Microsoft.Isam.Esent.Interop.dll)

構文

'Declaration
Public Shared Sub SetColumn ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    columnid As JET_COLUMNID, _
    data As Single _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim columnid As JET_COLUMNID
Dim data As SingleApi.SetColumn(sesid, tableid, columnid, _
    data)
public static void SetColumn(
    JET_SESID sesid,
    JET_TABLEID tableid,
    JET_COLUMNID columnid,
    float data
)

パラメーター

関連項目

リファレンス

Api クラス

Api メンバー

SetColumn オーバーロード

Microsoft.Isam.Esent.Interop 名前空間