IDTSBuffer100.RemoveRow Método
Deletes a row from an IDTSBuffer100.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxis
'Declaración
Sub RemoveRow ( _
hRow As Integer _
)
'Uso
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
)
Parámetros
- hRow
Tipo: System.Int32
The handle of the row to delete.
Comentarios
This method deletes the specified row from the IDTSBuffer100.