RemoveRow 메서드
Removes the current row from the PipelineBuffer.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline
어셈블리: Microsoft.SqlServer.PipelineHost.dll의 Microsoft.SqlServer.PipelineHost
구문
‘선언
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.