PipelineBuffer.SetErrorInfo(Int32, Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置当前 PipelineBuffer 行的错误信息。
public:
void SetErrorInfo(int OutputID, int ErrorCode, int ErrorColumn);
public void SetErrorInfo(int OutputID, int ErrorCode, int ErrorColumn);
member this.SetErrorInfo : int * int * int -> unit
Public Sub SetErrorInfo (OutputID As Integer, ErrorCode As Integer, ErrorColumn As Integer)
参数
- OutputID
- Int32
错误发生的对象PipelineBuffer的IDTSOutput100ID。
- ErrorCode
- Int32
发生的错误编号。
- ErrorColumn
- Int32
错误发生的 PipelineBuffer 列的ID。
注解
该 允许 SetErrorInfo 你提供关于处理 PipelineBuffer中行时发生错误的具体信息。