Méthode IDTSConfigurations100.InsertAfter
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Adds a IDTSConfiguration100 object into the collection after an existing IDTSConfiguration100 object.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Sub InsertAfter ( _
Index As Object, _
pConfig As IDTSConfiguration100 _
)
'Utilisation
Dim instance As IDTSConfigurations100
Dim Index As Object
Dim pConfig As IDTSConfiguration100
instance.InsertAfter(Index, pConfig)
void InsertAfter(
Object Index,
IDTSConfiguration100 pConfig
)
void InsertAfter(
[InAttribute] Object^ Index,
[InAttribute] IDTSConfiguration100^ pConfig
)
abstract InsertAfter :
Index:Object *
pConfig:IDTSConfiguration100 -> unit
function InsertAfter(
Index : Object,
pConfig : IDTSConfiguration100
)
Paramètres
- Index
Type : System.Object
The name, description, ID, or identity of a IDTSConfiguration100 object that is already in the collection.
- pConfig
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConfiguration100
The IDTSConfiguration100 object to insert into the collection.