IDTSConfigurations100.MoveAfter(Object, IDTSConfiguration100) Method

Definition

Relocates a IDTSConfiguration100 object after an existing IDTSConfiguration100 object.

public:
 void MoveAfter(System::Object ^ Index, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConfiguration100 ^ pConfig);
[System.Runtime.InteropServices.DispId(8)]
public void MoveAfter (object Index, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConfiguration100 pConfig);
[<System.Runtime.InteropServices.DispId(8)>]
abstract member MoveAfter : obj * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConfiguration100 -> unit
Public Sub MoveAfter (Index As Object, pConfig As IDTSConfiguration100)

Parameters

Index
Object

The name, description, ID, or identity of a IDTSConfiguration100 object that is already in the collection.

pConfig
IDTSConfiguration100

The IDTSConfiguration100 object to relocate into the collection.

Attributes

Applies to