Compartilhar via


Método PipelineBuffer.AddRow

Adds a row to the PipelineBuffer object.

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (em Microsoft.SqlServer.PipelineHost.dll)

Sintaxe

'Declaração
Public Sub AddRow
'Uso
Dim instance As PipelineBuffer

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

Comentários

This method is used by source components and components with IDTSOutput100 objects whose SynchronousInputID is zero to add a row to an output PipelineBuffer. AddRow can be called only on PipelineBuffer objects whose Mode is Output, otherwise, a NotOutputBufferException is produced by the PipelineBuffer.

Consulte também

Referência

PipelineBuffer Classe

Namespace Microsoft.SqlServer.Dts.Pipeline