Метод 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.