IDTSBuffer100.IsEndOfRowset Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
bool IsEndOfRowset();
public bool IsEndOfRowset ();
abstract member IsEndOfRowset : unit -> bool
Public Function IsEndOfRowset () As Boolean
Returns
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.