IDTSBuffer100.DirectRow(Int32, Int32) 方法

定义

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)

参数

hRow
Int32
lOutputID
Int32

注解

此方法由在同一 ExclusionGroup 属性中包含多个输出的组件调用,用于将行定向到特定的输出。 如果未调用 DirectRow,则会将缓冲区中的行发送到组中的所有输出。

适用于