언어

IDTSBuffer100.DirectErrorRow(Int32, Int32, Int32, Int32) 메서드

정의

객체 내 IDTSBuffer100 행을 속성이 IsErrorOut 참인 에 IDTSOutput100 보냅니다.

public:
 void DirectErrorRow(int hRow, int lOutputID, int lErrorCode, int lErrorColumn);
public void DirectErrorRow(int hRow, int lOutputID, int lErrorCode, int lErrorColumn);
abstract member DirectErrorRow : int * int * int * int -> unit
Public Sub DirectErrorRow (hRow As Integer, lOutputID As Integer, lErrorCode As Integer, lErrorColumn As Integer)

매개 변수

hRow
Int32

줄 손잡이가 향하고 있습니다.

lOutputID
Int32

행이 전송되는 객체의 IDTSOutput100 ID입니다.

lErrorCode
Int32

컴포넌트는 오류 상태를 식별하는 오류 코드를 정의했습니다.

lErrorColumn
Int32

오류 상태를 일으킨 열의 인덱스입니다.

설명

이 방법은 속성으로 IDTSOutput100 식별된 오류 IsErrorOut 객체를 가진 데이터 흐름 구성 요소에서 사용됩니다. 컴포넌트가 버퍼에서 열을 처리하던 중 오류가 발생했을 때 호출하며, 컴포넌트 사용자가 해당 열이나 행RD_RedirectRow의 를 ErrorRowDisposition 로 설정했습니다.

관리형 컴포넌트 개발자들은 이 메서드를 호출하지 않고 관리 DirectErrorRow 클래스의 메서드를 PipelineBuffer 사용합니다.

적용 대상