Méthode MoveAfter
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
For more information, see Configurations.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Sub MoveAfter ( _
Index As Object, _
pConfig As IDTSConfiguration100 _
)
'Utilisation
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
)
Paramètres
- Index
Type : System. . :: . .Object
Voir aussi