SqlDataRecord.SetSqlBytes(Int32, SqlBytes) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将列中存储的数据设置为指定的 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)。