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时调用该列。
受管组件开发者不调用该方法,而是使用 DirectErrorRow 受管 PipelineBuffer 类的方法。