IDTSBuffer100.IsEndOfRowset Method

Definition

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

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 theProcessInput method.

Applies to