BoolColumnValue.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位元組內的起始位置。
count
類型: System.Int32要解碼的位元組數。
err
類型: System.Int32從 ESENT 傳回的錯誤。