次の方法で共有


SwapRows メソッド

IDTSBuffer100 の 2 つの行の場所を入れ替えます。

名前空間:  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
)

パラメーター

説明

このメソッドは、IDTSBuffer100 の 2 つの行の場所を入れ替えます。