Méthode IDTSBuffer100.IsEndOfRowset
Specifies whether an IDTSBuffer100 has reached the end of its collection of rows.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
Function IsEndOfRowset As Boolean
'Utilisation
Dim instance As IDTSBuffer100
Dim returnValue As Boolean
returnValue = instance.IsEndOfRowset()
bool IsEndOfRowset()
bool IsEndOfRowset()
abstract IsEndOfRowset : unit -> bool
function IsEndOfRowset() : boolean
Valeur de retour
Type : System.Boolean
true if there are more rows coming from the upstream component; otherwise, false.
Notes
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.