Share via


IDTSBuffer100.SwapRows(Int32, Int32) Metodo

Definizione

Scambia la posizione di due righe in un oggetto 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)

Parametri

hOne
Int32

Handle della prima riga.

hOther
Int32

Handle della seconda riga.

Commenti

Questo metodo scambia la posizione di due righe in IDTSBuffer100.

Si applica a