共用方式為


IDTSBuffer100.RemoveRow 方法

Deletes a row from an IDTSBuffer100.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
Sub RemoveRow ( _
    hRow As Integer _
)
'用途
Dim instance As IDTSBuffer100 
Dim hRow As Integer

instance.RemoveRow(hRow)
void RemoveRow(
    int hRow
)
void RemoveRow(
    [InAttribute] int hRow
)
abstract RemoveRow : 
        hRow:int -> unit
function RemoveRow(
    hRow : int
)

參數

  • hRow
    型別:System.Int32
    The handle of the row to delete.

備註

This method deletes the specified row from the IDTSBuffer100.

請參閱

參考

IDTSBuffer100 介面

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