Metoda IDTSBuffer100.RemoveRow
Usuwa wiersz z IDTSBuffer100.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Zestaw: Microsoft.SqlServer.DTSPipelineWrap (w Microsoft.SqlServer.DTSPipelineWrap.dll)
Składnia
'Deklaracja
Sub RemoveRow ( _
hRow As Integer _
)
'Użycie
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
)
Parametry
- hRow
Typ: System.Int32
Uchwyt wiersza do usunięcia.
Zobacz także