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

定義

既存のIDTSConfiguration100オブジェクトの前にIDTSConfiguration100オブジェクトをコレクションに追加します。

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

パラメーター

Index
Object

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

pConfig
IDTSConfiguration100

コレクションに挿入する IDTSConfiguration100 オブジェクト。

属性

適用対象