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
열의 0부터 시작하는 서수입니다.
- value
- SqlBytes
열의 새 값입니다.
예외
ordinal
이 0보다 작거나 열 수(즉, FieldCount)보다 큰 경우