IDTSBuffer100.DirectRow(Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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,则会将缓冲区中的行发送到组中的所有输出。