Метод SwapRows
Swaps the location of two rows in an IDTSBuffer100.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)
Синтаксис
'Декларация
Sub SwapRows ( _
hOne As Integer, _
hOther As Integer _
)
'Применение
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
)
Параметры
- hOne
Тип: System. . :: . .Int32
The handle to the first row.
- hOther
Тип: System. . :: . .Int32
The handle to the second row.
См. также