IDTSBuffer100.IsEndOfRowset 方法

定義

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

傳回

Boolean

如果有更多來自上游元件的資料列,則為 true ;否則 為 false

備註

IsEndOfRowset 方法會傳回值,指出上游元件是否已完成將資料列加入至其輸出緩衝區。 如果值為 true,元件將不會收到對 ProcessInput 方法的進一步呼叫。

適用於