IDTSBuffer100.SwapRows(Int32, Int32) 方法

定義

public:
 void SwapRows(int hOne, int hOther);
public void SwapRows (int hOne, int hOther);
abstract member SwapRows : int * int -> unit
Public Sub SwapRows (hOne As Integer, hOther As Integer)

參數

hOne
Int32
hOther
Int32

備註

這個方法會交換 idtsbuffer100.setsequentialmode中兩個數據列的位置。

適用於