다음을 통해 공유


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
)

매개 변수

주의

This method swaps the location of two rows in the IDTSBuffer100.