IDTSConfigurations100.MoveBefore(Object, IDTSConfiguration100) Methode

Definition

Verschiebt ein IDTSConfiguration100 Objekt vor ein bestehendes IDTSConfiguration100 Objekt.

public:
 void MoveBefore(System::Object ^ Index, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConfiguration100 ^ pConfig);
[System.Runtime.InteropServices.DispId(7)]
public void MoveBefore(object Index, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConfiguration100 pConfig);
[<System.Runtime.InteropServices.DispId(7)>]
abstract member MoveBefore : obj * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConfiguration100 -> unit
Public Sub MoveBefore (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: