PipelineBuffer.AddRow 方法
Adds a row to the PipelineBuffer object.
命名空間: Microsoft.SqlServer.Dts.Pipeline
組件: Microsoft.SqlServer.PipelineHost (在 Microsoft.SqlServer.PipelineHost.dll 中)
語法
'宣告
Public Sub AddRow
'用途
Dim instance As PipelineBuffer
instance.AddRow()
public void AddRow()
public:
void AddRow()
member AddRow : unit -> unit
public function AddRow()
備註
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.