Freigeben über


IDTSBuffer100.MoveRow-Methode

Moves a row in an IDTSBuffer100 to a new location.

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

Syntax

'Declaration
Sub MoveRow ( _
    hFrom As Integer, _
    hTo As Integer _
)
'Usage
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
)

Parameter

Hinweise

This method moves a row in the IDTSBuffer100 to a new location.

Siehe auch

Verweis

IDTSBuffer100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace