Share via


IDTSConfigurations100.InsertAfter Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information, see Configurations.

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

Syntax

'Declaration
Sub InsertAfter ( _
    Index As Object, _
    pConfig As IDTSConfiguration100 _
)
'Usage
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
)