Freigeben über


IDTSBuffer100.RemoveRow-Methode

Deletes a row from an IDTSBuffer100.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
Sub RemoveRow ( _
    hRow As Integer _
)
'Usage
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
)

Parameter

Hinweise

This method deletes the specified row from the IDTSBuffer100.

Siehe auch

Verweis

IDTSBuffer100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace