Share via


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 네임스페이스