Freigeben über


IDTSBuffer100.IsEndOfRowset-Methode

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

Rückgabewert

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

Hinweise

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.

Siehe auch

Verweis

IDTSBuffer100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace