IDTSBuffer100.DirectRow(Int32, Int32) 方法

定义

IDTSBuffer100 中的一行发送到 IDTSOutput100

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

IDTSOutput100 对象的 ID。

注解

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

适用于