次の方法で共有


PipelineBuffer.RemoveRow メソッド

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 は、ModeOutput である場合にのみ、呼び出すことができます。

ModeInput である場合、PipelineBufferNotOutputBufferException を生成します。

関連項目

参照

PipelineBuffer クラス

Microsoft.SqlServer.Dts.Pipeline 名前空間