Share via


IDTSBuffer100.SwapRows(Int32, Int32) Method

Definition

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)

Parameters

hOne
Int32
hOther
Int32

Remarks

This method swaps the location of two rows in the IDTSBuffer100.

Applies to