SqlDataReader.GetSqlBytes(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定列的 SqlBytes 形式的值。
public:
virtual System::Data::SqlTypes::SqlBytes ^ GetSqlBytes(int i);
public virtual System.Data.SqlTypes.SqlBytes GetSqlBytes (int i);
abstract member GetSqlBytes : int -> System.Data.SqlTypes.SqlBytes
override this.GetSqlBytes : int -> System.Data.SqlTypes.SqlBytes
Public Overridable Function GetSqlBytes (i As Integer) As SqlBytes
参数
- i
- Int32
从零开始的列序号。
返回
表示为 SqlBytes 的列值。