SwapRows 메서드
Swaps the location of two rows in an IDTSBuffer100.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap.dll의 Microsoft.SqlServer.DTSPipelineWrap
구문
‘선언
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.