Metodo PipelineBuffer.RemoveRow

Removes the current row from the PipelineBuffer.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Sintassi

'Dichiarazione
Public Sub RemoveRow
'Utilizzo
Dim instance As PipelineBuffer

instance.RemoveRow()
public void RemoveRow()
public:
void RemoveRow()
member RemoveRow : unit -> unit
public function RemoveRow()

Osservazioni

RemoveRow can be called only when the Mode is Output.

The PipelineBuffer produces a NotOutputBufferException if the Mode is Input.

Vedere anche

Riferimento

PipelineBuffer Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline