PipelineBuffer.AddRow Method

Definition

Adds a row to the PipelineBuffer object.

public:
 void AddRow();
public void AddRow ();
member this.AddRow : unit -> unit
Public Sub AddRow ()

Remarks

This method is used by source components and components with IDTSOutput100 objects whose SynchronousInputID is zero to add a row to an output PipelineBuffer. AddRow can be called only on PipelineBuffer objects whose Mode is Output, otherwise, a NotOutputBufferException is produced by the PipelineBuffer.

Applies to