UInt32ColumnValue.GetValueFromBytes メソッド

ESENT から取得したデータを指定して、データをデコードし、ColumnValue オブジェクトの値を設定します。

Namespace:Microsoft.Isam.Esent.Interop
アセンブリ: Microsoft.Isam.Esent.Interop (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

    バイト内の開始位置。

  • count
    種類: System.Int32

    デコードするバイト数。

  • Err
    種類: System.Int32

    ESENT から返されたエラー。

関連項目

リファレンス

UInt32ColumnValue クラス

UInt32ColumnValue メンバー

Microsoft.Isam.Esent.Interop 名前空間