Share via


IDTSBuffer100.SwapRows Method

Swaps the location of two rows in an IDTSBuffer100.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
Sub SwapRows ( _
    hOne As Integer, _
    hOther As Integer _
)
'Usage
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
)

Parameters

Remarks

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