共用方式為


BytesColumnValue.Value 屬性

取得或設定資料行的值。 使用 SetColumns (JET_SESID、JET_TABLEID、[]) ,以資料行值更新記錄。

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

Syntax

'Declaration
Public Property Value As Byte()
    Get
    Set
'Usage
Dim instance As BytesColumnValue
Dim value As Byte()

value = instance.Value

instance.Value = value
public byte[] Value { get; set; }

屬性值

類型: []

另請參閱

參考

BytesColumnValue 類別

BytesColumnValue 成員

Microsoft.Isam.Esent.Interop 命名空間