Int64ColumnValue.GetValueFromBytes 메서드

ESENT에서 검색된 데이터가 제공되면 데이터를 디코딩하고 ColumnValue 개체의 값을 설정합니다.

네임스페이스: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
)

매개 변수


  • 형식: []

    바이트 배열입니다.

  • startIndex
    형식: System.Int32

    바이트 내의 시작 위치입니다.

  • 개수
    형식: System.Int32

    디코딩할 바이트 수입니다.

  • 오류
    형식: System.Int32

    ESENT에서 반환된 오류입니다.

추가 정보

참조

Int64ColumnValue 클래스

Int64ColumnValue 멤버

Microsoft.Isam.Esent.Interop 네임스페이스