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
)

参数

注释

This method deletes the specified row from the IDTSBuffer100.