다음을 통해 공유


IDTSBuffer100.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
)

매개 변수

주의

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

참고 항목

참조

IDTSBuffer100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스