IDTSConfigurations100.MoveAfter(Object, IDTSConfiguration100) メソッド

定義

既存のIDTSConfiguration100オブジェクトの後にIDTSConfiguration100オブジェクトを移動させます。

public:
 void MoveAfter(System::Object ^ Index, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConfiguration100 ^ pConfig);
[System.Runtime.InteropServices.DispId(8)]
public void MoveAfter(object Index, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConfiguration100 pConfig);
[<System.Runtime.InteropServices.DispId(8)>]
abstract member MoveAfter : obj * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConfiguration100 -> unit
Public Sub MoveAfter (Index As Object, pConfig As IDTSConfiguration100)

パラメーター

Index
Object

コレクションにすでに存在している IDTSConfiguration100 オブジェクトの名前、記述、ID、または識別。

pConfig
IDTSConfiguration100

IDTSConfiguration100オブジェクトはコレクションに移転します。

属性

適用対象