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,則會將緩衝區中的資料列傳送到群組中的所有輸出。

適用於