IDTSConfigurations100.MoveBefore(Object, IDTSConfiguration100) Method

Definition

Relocates a IDTSConfiguration100 object in front of an existing IDTSConfiguration100 object.

public:
 void MoveBefore(System::Object ^ Index, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConfiguration100 ^ pConfig);
[System.Runtime.InteropServices.DispId(7)]
public void MoveBefore (object Index, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConfiguration100 pConfig);
[<System.Runtime.InteropServices.DispId(7)>]
abstract member MoveBefore : obj * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConfiguration100 -> unit
Public Sub MoveBefore (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