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中两行的位置。

适用于