言語

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オブジェクトはコレクションに移転します。

属性

適用対象