IDTSBuffer100::IsEndOfRowset Method ()
Specifies whether an IDTSBuffer100 has reached the end of its collection of rows.
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Return Value
Type: System::Booleantrue if there are more rows coming from the upstream component; otherwise, false.
The IsEndOfRowset method returns a value that indicates whether the upstream component has finished adding rows to its output buffer. If the value is true, the component will not receive further calls to theProcessInput method.
Show: