다음을 통해 공유


RemoveRow 메서드

Deletes a row from an IDTSBuffer100.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap.dll의 Microsoft.SqlServer.DTSPipelineWrap

구문

‘선언
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
)

매개 변수

주의

This method deletes the specified row from the IDTSBuffer100.