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
)
パラメーター
- hOne
型: System. . :: . .Int32
1 番目の行へのハンドルです。
- hOther
型: System. . :: . .Int32
2 番目の行へのハンドルです。