Compartir a través de


IDTSConfigurations100.MoveAfter Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Relocates a IDTSConfiguration100 object after an existing IDTSConfiguration100 object.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
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

Vea también

Referencia

IDTSConfigurations100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper