Metoda IDTSBuffer100.SwapRows
Zamienia lokalizacji dwa wiersze w IDTSBuffer100.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Zestaw: Microsoft.SqlServer.DTSPipelineWrap (w Microsoft.SqlServer.DTSPipelineWrap.dll)
Składnia
'Deklaracja
Sub SwapRows ( _
hOne As Integer, _
hOther As Integer _
)
'Użycie
Dim instance As IDTSBuffer100
Dim hOne As Integer
Dim hOther As Integer
instance.SwapRows(hOne, hOther)
void SwapRows(
int hOne,
int hOther
)
void SwapRows(
[InAttribute] int hOne,
[InAttribute] int hOther
)
abstract SwapRows :
hOne:int *
hOther:int -> unit
function SwapRows(
hOne : int,
hOther : int
)
Parametry
- hOne
Typ: System.Int32
Dojście do pierwszego wiersza.
- hOther
Typ: System.Int32
Dojście do drugiego wiersza.
Zobacz także