IDTSConnectionManagerFlatFileColumns100.MoveAfter 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 an IDTSConnectionManagerFlatFileColumn100 object after an existing IDTSConnectionManagerFlatFileColumn100 object.
public:
void MoveAfter(System::Object ^ Key, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerFlatFileColumn100 ^ Column);
[System.Runtime.InteropServices.DispId(8)]
public void MoveAfter (object Key, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFlatFileColumn100 Column);
[<System.Runtime.InteropServices.DispId(8)>]
abstract member MoveAfter : obj * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFlatFileColumn100 -> unit
Public Sub MoveAfter (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