IDTSBuffer100.IsEndOfRowset 方法
Specifies whether an IDTSBuffer100 has reached the end of its collection of rows.
命名空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件: Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
語法
'宣告
Function IsEndOfRowset As Boolean
'用途
Dim instance As IDTSBuffer100
Dim returnValue As Boolean
returnValue = instance.IsEndOfRowset()
bool IsEndOfRowset()
bool IsEndOfRowset()
abstract IsEndOfRowset : unit -> bool
function IsEndOfRowset() : boolean
傳回值
型別:System.Boolean
true if there are more rows coming from the upstream component; otherwise, false.
備註
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.