IDTSConfigurations100.InsertBefore(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 before an existing IDTSConfiguration100 object.
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)
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