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.