IDTSBuffer100.DirectErrorRow(Int32, Int32, Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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方法。