Udostępnij za pośrednictwem


Metoda PipelineBuffer.RemoveRow

Usuwa bieżący wiersz z PipelineBuffer.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Pipeline
Zestaw:  Microsoft.SqlServer.PipelineHost (w Microsoft.SqlServer.PipelineHost.dll)

Składnia

'Deklaracja
Public Sub RemoveRow
'Użycie
Dim instance As PipelineBuffer

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

Uwagi

RemoveRowmoże być wywołana tylko wtedy, gdy Mode jest Output.

The PipelineBuffer produces a NotOutputBufferException if the Mode is Input.