MoveRow メソッド
IDTSBuffer100 の行を新しい場所に移動します。
名前空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ: Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)
構文
'宣言
Sub MoveRow ( _
hFrom As Integer, _
hTo As Integer _
)
'使用
Dim instance As IDTSBuffer100
Dim hFrom As Integer
Dim hTo As Integer
instance.MoveRow(hFrom, hTo)
void MoveRow(
int hFrom,
int hTo
)
void MoveRow(
[InAttribute] int hFrom,
[InAttribute] int hTo
)
abstract MoveRow :
hFrom:int *
hTo:int -> unit
function MoveRow(
hFrom : int,
hTo : int
)