Metodo IDTSConfigurations100.MoveAfter
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Relocates a IDTSConfiguration100 object after an existing IDTSConfiguration100 object.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Sub MoveAfter ( _
Index As Object, _
pConfig As IDTSConfiguration100 _
)
'Utilizzo
Dim instance As IDTSConfigurations100
Dim Index As Object
Dim pConfig As IDTSConfiguration100
instance.MoveAfter(Index, pConfig)
void MoveAfter(
Object Index,
IDTSConfiguration100 pConfig
)
void MoveAfter(
[InAttribute] Object^ Index,
[InAttribute] IDTSConfiguration100^ pConfig
)
abstract MoveAfter :
Index:Object *
pConfig:IDTSConfiguration100 -> unit
function MoveAfter(
Index : Object,
pConfig : IDTSConfiguration100
)
Parametri
- Index
Tipo: System.Object
The name, description, ID, or identity of a IDTSConfiguration100 object that is already in the collection.
- pConfig
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConfiguration100
The IDTSConfiguration100 object to relocate into the collection.