IDTSBuffer100.MoveRow 메서드
Moves a row in an IDTSBuffer100 to a new location.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)
구문
‘선언
Sub MoveRow ( _
hFrom As Integer, _
hTo As Integer _
)
‘사용 방법
Dim instance As IDTSBuffer100
Dim hFrom As Integer
Dim hTo As Integer
instance.MoveRow(hFrom, hTo)
void MoveRow(
int hFrom,
int hTo
)
void MoveRow(
[InAttribute] int hFrom,
[InAttribute] int hTo
)
abstract MoveRow :
hFrom:int *
hTo:int -> unit
function MoveRow(
hFrom : int,
hTo : int
)
매개 변수
- hFrom
유형: System.Int32
The current location of the row.
- hTo
유형: System.Int32
The new location of the row.
주의
This method moves a row in the IDTSBuffer100 to a new location.