Partager via


Méthode IDTSBuffer100.RemoveRow

Deletes a row from an IDTSBuffer100.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Sub RemoveRow ( _
    hRow As Integer _
)
'Utilisation
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
)

Paramètres

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

Notes

This method deletes the specified row from the IDTSBuffer100.

Voir aussi

Référence

IDTSBuffer100 Interface

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper