IDTSConfigurations100.MoveAfter(Object, IDTSConfiguration100) Methode

Definition

Verlagert ein IDTSConfiguration100 Objekt nach einem bestehenden IDTSConfiguration100 Objekt.

public:
 void MoveAfter(System::Object ^ Index, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConfiguration100 ^ pConfig);
[System.Runtime.InteropServices.DispId(8)]
public void MoveAfter(object Index, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConfiguration100 pConfig);
[<System.Runtime.InteropServices.DispId(8)>]
abstract member MoveAfter : obj * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConfiguration100 -> unit
Public Sub MoveAfter (Index As Object, pConfig As IDTSConfiguration100)

Parameter

Index
Object

Der Name, die Beschreibung, die ID oder die Identität eines IDTSConfiguration100 bereits in der Sammlung enthaltenen Objekts.

pConfig
IDTSConfiguration100

Das IDTSConfiguration100 Objekt, das in die Sammlung verlegt werden soll.

Attribute

Gilt für: