PipelineBuffer.AddRow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.