PipelineBuffer::SetErrorInfo Method (Int32, Int32, Int32)
Sets the error information for the current PipelineBuffer row.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Parameters
- OutputID
-
Type:
System::Int32
The ID of the IDTSOutput100 object in which the PipelineBuffer error occurred.
- ErrorCode
-
Type:
System::Int32
The error number that occurred.
- ErrorColumn
-
Type:
System::Int32
The ID of the PipelineBuffer column where the error occurred.
The SetErrorInfo allows you to provide specific information about an error that occurs while processing a row in the PipelineBuffer.
Show: