PipelineBuffer.AddRow Method ()

 

Applies To: SQL Server 2016 Preview

Adds a row to the PipelineBuffer object.

Namespace:   Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Syntax

public void AddRow()
public:
void AddRow()
member 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.

See Also

PipelineBuffer Class
Microsoft.SqlServer.Dts.Pipeline Namespace

Return to top