Поделиться через


Метод 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