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

정의

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
lErrorCode
Int32
lErrorColumn
Int32

설명

이 메서드는 IsErrorOut 속성으로 식별된 IDTSOutput100 개체 오류가 있는 데이터 흐름 구성 요소에서 사용됩니다. 버퍼에서 열을 처리하는 동안 오류가 발생하고 구성 요소 사용자가 열 또는 행의 ErrorRowDisposition을 RD_RedirectRow 설정하면 구성 요소에서 호출됩니다.

관리되는 구성 요소 개발자는 이 메서드를 호출하지 않고 대신 관리되는 PipelineBuffer 클래스의 DirectErrorRow 메서드를 사용합니다.

적용 대상