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.