Metodo MoveRow
Moves a row in an IDTSBuffer100 to a new location.
Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintassi
'Dichiarazione
Sub MoveRow ( _
hFrom As Integer, _
hTo As Integer _
)
'Utilizzo
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
)
Parametri
- hFrom
Tipo: System. . :: . .Int32
The current location of the row.
- hTo
Tipo: System. . :: . .Int32
The new location of the row.
Vedere anche