Método MoveAfter
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
For more information, see Configurations.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Sub MoveAfter ( _
Index As Object, _
pConfig As IDTSConfiguration100 _
)
'Uso
Dim instance As IDTSConfigurations100
Dim Index As Object
Dim pConfig As IDTSConfiguration100
instance.MoveAfter(Index, pConfig)
void MoveAfter(
Object Index,
IDTSConfiguration100 pConfig
)
void MoveAfter(
[InAttribute] Object^ Index,
[InAttribute] IDTSConfiguration100^ pConfig
)
abstract MoveAfter :
Index:Object *
pConfig:IDTSConfiguration100 -> unit
function MoveAfter(
Index : Object,
pConfig : IDTSConfiguration100
)
Parâmetros
- Index
Tipo: System. . :: . .Object
Consulte também