IDTSBuffer100.IsEndOfRowset 方法

定义

public:
 bool IsEndOfRowset();
public bool IsEndOfRowset ();
abstract member IsEndOfRowset : unit -> bool
Public Function IsEndOfRowset () As Boolean

返回

Boolean

如果有更多行来自上游组件,则为 true ;否则 为 false

注解

IsEndOfRowset 方法返回一个值,该值指示上游组件是否已完成将行添加到其输出缓冲区。 如果该值为 true,则组件将不会再收到对 ProcessInput 方法的调用。

适用于