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


PipelineBuffer.RemoveRow Method

Removes the current row from the PipelineBuffer.

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

Синтаксис

'Декларация
Public Sub RemoveRow
public void RemoveRow ()
public:
void RemoveRow ()
public void RemoveRow ()
public function RemoveRow ()

Замечания

RemoveRow can be called only when the Mode is Output.

The PipelineBuffer produces a NotOutputBufferException if the Mode is Input.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

PipelineBuffer Class
PipelineBuffer Members
Microsoft.SqlServer.Dts.Pipeline Namespace