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

注解

此方法由具有错误 IDTSOutput100 对象(由 IsErrorOut 属性标识)的数据流组件使用。 它在处理缓冲区中的列时遇到错误时由组件调用,并且组件的用户已将列或行的 ErrorRowDisposition 设置为 RD_RedirectRow

托管组件开发人员不会调用此方法,而是使用托管PipelineBuffer类的了 directerrorrow方法。

适用于