Поделиться через


Метод PipelineBuffer.RemoveRow

Removes the current row from the PipelineBuffer.

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline
Сборка:  Microsoft.SqlServer.PipelineHost (в Microsoft.SqlServer.PipelineHost.dll)

Синтаксис

'Декларация
Public Sub RemoveRow
'Применение
Dim instance As PipelineBuffer

instance.RemoveRow()
public void RemoveRow()
public:
void RemoveRow()
member RemoveRow : unit -> unit
public function RemoveRow()

Замечания

RemoveRow can be called only when the Mode is Output.

The PipelineBuffer produces a NotOutputBufferException if the Mode is Input.

См. также

Справочник

PipelineBuffer Класс

Пространство имен Microsoft.SqlServer.Dts.Pipeline