共用方式為


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
)

參數

  • hOther
    型別:System.Int32
    The handle to the second row.

備註

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

請參閱

參考

IDTSBuffer100 介面

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間