PipelineBuffer.DirectErrorRow Method

Include Protected Members
Include Inherited Members

Sends a PipelineBuffer row to an IDTSOutput100 whose IsErrorOut property is true.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method DirectErrorRow(Int32, Int32, Int32) Sends a PipelineBuffer row to an IDTSOutput100 whose IsErrorOut property is true.
Public method DirectErrorRow(Int32, Int32, Int32, Int32) Sends a PipelineBuffer row to an IDTSOutput100 whose IsErrorOut property is true.

Top