CurrentValueRecord.GetBytes(Int32, Int64, Byte[], Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索字节数组形式的字段值。
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
要复制的字节数。
返回
已复制的字节数。