共用方式為


IDTSBuffer100.MoveRow 方法

Moves a row in an IDTSBuffer100 to a new location.

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

參數

  • hFrom
    型別:System.Int32
    The current location of the row.

備註

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

請參閱

參考

IDTSBuffer100 介面

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間