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 命名空间