Partager via


Méthode PipelineBuffer.RemoveRow

Removes the current row from the PipelineBuffer.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline
Assembly :  Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)

Syntaxe

'Déclaration
Public Sub RemoveRow
'Utilisation
Dim instance As PipelineBuffer

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

Notes

RemoveRow can be called only when the Mode is Output.

The PipelineBuffer produces a NotOutputBufferException if the Mode is Input.

Voir aussi

Référence

PipelineBuffer Classe

Espace de noms Microsoft.SqlServer.Dts.Pipeline