共用方式為


IDTSBuffer100.IsEndOfRowset Method

Definition

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.

Applies to