PipelineBuffer::NextRow Method ()

 

Advances the PipelineBuffer to the next row.

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

public:
bool NextRow()

Return Value

Type: System::Boolean

true if the buffer was advanced to the next row; otherwise, false.

The NextRow method advances the PipelineBuffer to the next row in its collection. It returns true until there are no more available rows.

The following code example loops through the rows of an input PipelineBuffer by using the NextRow method.

No code example is currently available or this language may not be supported.
Return to top
Show: