UInt32ColumnValue.GetValueFromBytes 方法

從 ESENT 擷取的指定資料,將資料解碼,並在 ColumnValue 物件中設定值。

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

語法

'Declaration
Protected Overrides Sub GetValueFromBytes ( _
    value As Byte(), _
    startIndex As Integer, _
    count As Integer, _
    err As Integer _
)
'Usage
Dim value As Byte()
Dim startIndex As Integer
Dim count As Integer
Dim err As Integer

Me.GetValueFromBytes(value, startIndex, _
    count, err)
protected override void GetValueFromBytes(
    byte[] value,
    int startIndex,
    int count,
    int err
)

參數

  • value
    類型: []

    位元組陣列。

  • startIndex
    類型: System.Int32

    位元組內的起始位置。

另請參閱

參考

UInt32ColumnValue 類別

UInt32ColumnValue 成員

Microsoft.Isam.Esent.Interop 命名空間