IDTSConnectionManagerFlatFileColumns100.MoveBefore Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
The IDTSConnectionManagerFlatFileColumn100 object to relocate into the collection.
- Attributes