PipelineBuffer.SetByte(Int32, Byte) 메서드

정의

열에 바이트를 PipelineBuffer 할당합니다.

public:
 void SetByte(int columnIndex, System::Byte value);
public void SetByte(int columnIndex, byte value);
member this.SetByte : int * byte -> unit
Public Sub SetByte (columnIndex As Integer, value As Byte)

매개 변수

columnIndex
Int32

버퍼 행의 열의 인덱스입니다.

value
Byte

버퍼 열에 할당된 값입니다.

설명

이 메서드는 SetByte 매개변수가 지정한 columnIndex 버퍼 열에 단일 byte 값을 할당합니다.

이 방법은 통합 서비스(Integration Services)의 데이터 타입과 함께 DT_UI1 작동합니다.

버퍼 열의 가 DataType 가 아닌 DT_UI1경우, 가 UnsupportedBufferDataTypeException 발생합니다.

통합 서비스 데이터 타입의 전체 목록과 각 타입에 사용할 클래스의 PipelineBuffer 대응 Get 하는 메서드 및 Set 방법은 Data Flow에서 데이터 타입 작업 항목을 참조하세요.

적용 대상