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.