Share via


IDTSBuffer100.IsEndOfRowset Method

Specifies whether an IDTSBuffer100 has reached the end of its collection of rows.

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

Syntax

'Declaration
Function IsEndOfRowset As Boolean
'Usage
Dim instance As IDTSBuffer100 
Dim returnValue As Boolean 

returnValue = instance.IsEndOfRowset()
bool IsEndOfRowset()
bool IsEndOfRowset()
abstract IsEndOfRowset : unit -> bool
function IsEndOfRowset() : boolean

Return Value

Type: System.Boolean
true if there are more rows coming from the upstream component; otherwise, false.

Remarks

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 the ProcessInput method.

See Also

Reference

IDTSBuffer100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace