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