IDTSBuffer100.SwapRows(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Swaps the location of two rows in an IDTSBuffer100.
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
The handle to the first row.
- hOther
- Int32
The handle to the second row.
Remarks
This method swaps the location of two rows in the IDTSBuffer100.