DbUpdatableDataRecord.GetBytes(Int32, Int64, Byte[], Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以 byte
陣列擷取欄位值。
public:
override long GetBytes(int ordinal, long dataIndex, cli::array <System::Byte> ^ buffer, int bufferIndex, int length);
public override long GetBytes (int ordinal, long dataIndex, byte[] buffer, int bufferIndex, int length);
override this.GetBytes : int * int64 * byte[] * int * int -> int64
Public Overrides Function GetBytes (ordinal As Integer, dataIndex As Long, buffer As Byte(), bufferIndex As Integer, length As Integer) As Long
參數
- ordinal
- Int32
欄位的序數。
- dataIndex
- Int64
要開始複製資料的索引。
- buffer
- Byte[]
要將資料複製到其中的目的端緩衝區。
- bufferIndex
- Int32
目的端緩衝區中開始複製的索引。
- length
- Int32
要複製的位元組數目。
傳回
已複製的位元組數目。