IDTSBuffer100::DirectRow Method (Int32, Int32)
Sends a row in an IDTSBuffer100 to an IDTSOutput100.
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Parameters
- hRow
-
Type:
System::Int32
The handle of the row.
- lOutputID
-
Type:
System::Int32
The ID of the IDTSOutput100 object.
This method is called by components that contain multiple outputs in the same ExclusionGroup property, and is used to direct a row to a specific output. If DirectRow is not called, the rows in the buffer are sent to all of the outputs in the group.
Show: