IDTSConnectionManagerFlatFileColumns100.MoveAfter 方法

定义

IDTSConnectionManagerFlatFileColumn100 对象重新定位到现有 IDTSConnectionManagerFlatFileColumn100 对象之后。

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)

参数

Key
Object

已在集合中的 IDTSConnectionManagerFlatFileColumn100 对象的名称、说明、ID 或标识。

Column
IDTSConnectionManagerFlatFileColumn100

要在集合中重新定位的 IDTSConnectionManagerFlatFileColumn100 对象。

属性

适用于