Compartilhar via


Método IDTSConfigurations100.InsertAfter

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Adds a IDTSConfiguration100 object into the collection after an existing IDTSConfiguration100 object.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Sub InsertAfter ( _
    Index As Object, _
    pConfig As IDTSConfiguration100 _
)
'Uso
Dim instance As IDTSConfigurations100 
Dim Index As Object 
Dim pConfig As IDTSConfiguration100

instance.InsertAfter(Index, pConfig)
void InsertAfter(
    Object Index,
    IDTSConfiguration100 pConfig
)
void InsertAfter(
    [InAttribute] Object^ Index, 
    [InAttribute] IDTSConfiguration100^ pConfig
)
abstract InsertAfter : 
        Index:Object * 
        pConfig:IDTSConfiguration100 -> unit
function InsertAfter(
    Index : Object, 
    pConfig : IDTSConfiguration100
)

Parâmetros

Consulte também

Referência

IDTSConfigurations100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper