IDTSConnectionManagerFlatFileColumns100.MoveBefore Method

Definition

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

public:
 void MoveBefore(System::Object ^ Key, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerFlatFileColumn100 ^ Column);
[System.Runtime.InteropServices.DispId(7)]
public void MoveBefore (object Key, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFlatFileColumn100 Column);
[<System.Runtime.InteropServices.DispId(7)>]
abstract member MoveBefore : obj * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFlatFileColumn100 -> unit
Public Sub MoveBefore (Key As Object, Column As IDTSConnectionManagerFlatFileColumn100)

Parameters

Key
Object

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

Column
IDTSConnectionManagerFlatFileColumn100

The IDTSConnectionManagerFlatFileColumn100 object to relocate into the collection.

Attributes

Applies to