Compartilhar via


Método IsEndOfRowset

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

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

Sintaxe

'Declaração
Function IsEndOfRowset As Boolean
'Uso
Dim instance As IDTSBuffer100
Dim returnValue As Boolean

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

Valor de retorno

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

Comentários

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.