PipelineBuffer.SetErrorInfo(Int32, Int32, Int32) Method

Definition

Sets the error information for the current PipelineBuffer row.

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)

Parameters

OutputID
Int32

The ID of the IDTSOutput100 object in which the PipelineBuffer error occurred.

ErrorCode
Int32

The error number that occurred.

ErrorColumn
Int32

The ID of the PipelineBuffer column where the error occurred.

Remarks

The SetErrorInfo allows you to provide specific information about an error that occurs while processing a row in the PipelineBuffer.

Applies to