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,就会调用该功能。

受管理组件开发者不调用此方法,而是使用受管理管道缓冲类的 DirectErrorRow 方法。

适用于