다음을 통해 공유


MoveRow 메서드

Moves a row in an IDTSBuffer100 to a new location.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap.dll의 Microsoft.SqlServer.DTSPipelineWrap

구문

‘선언
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
)

매개 변수

주의

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