共用方式為


IDTSBuffer100.DirectRow(Int32, Int32) Method

Definition

public:
 void DirectRow(int hRow, int lOutputID);
public void DirectRow (int hRow, int lOutputID);
abstract member DirectRow : int * int -> unit
Public Sub DirectRow (hRow As Integer, lOutputID As Integer)

Parameters

hRow
Int32
lOutputID
Int32

Remarks

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.

Applies to