SqlDataRecord.SetSqlBytes(Int32, SqlBytes) 方法

定义

将列中存储的数据设置为指定的 SqlBytes 值。

public:
 virtual void SetSqlBytes(int ordinal, System::Data::SqlTypes::SqlBytes ^ value);
public virtual void SetSqlBytes (int ordinal, System.Data.SqlTypes.SqlBytes value);
abstract member SetSqlBytes : int * System.Data.SqlTypes.SqlBytes -> unit
override this.SetSqlBytes : int * System.Data.SqlTypes.SqlBytes -> unit
Public Overridable Sub SetSqlBytes (ordinal As Integer, value As SqlBytes)

参数

ordinal
Int32

从零开始的列序号。

value
SqlBytes

列的新值。

例外

ordinal 小于 0 或大于列数(即 FieldCount)。

适用于