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.