IDTSConfigurations100.InsertAfter(Object, IDTSConfiguration100) 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.
Adds a IDTSConfiguration100 object into the collection after an existing IDTSConfiguration100 object.
public:
void InsertAfter(System::Object ^ Index, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConfiguration100 ^ pConfig);
[System.Runtime.InteropServices.DispId(10)]
public void InsertAfter (object Index, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConfiguration100 pConfig);
[<System.Runtime.InteropServices.DispId(10)>]
abstract member InsertAfter : obj * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConfiguration100 -> unit
Public Sub InsertAfter (Index As Object, pConfig As IDTSConfiguration100)
Parameters
- Index
- Object
The name, description, ID, or identity of a IDTSConfiguration100 object that is already in the collection.
- pConfig
- IDTSConfiguration100
The IDTSConfiguration100 object to insert into the collection.
- Attributes