Freigeben über


IDTSConfigurations100.MoveBefore-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Relocates a IDTSConfiguration100 object in front of an existing IDTSConfiguration100 object.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Sub MoveBefore ( _
    Index As Object, _
    pConfig As IDTSConfiguration100 _
)
'Usage
Dim instance As IDTSConfigurations100 
Dim Index As Object 
Dim pConfig As IDTSConfiguration100

instance.MoveBefore(Index, pConfig)
void MoveBefore(
    Object Index,
    IDTSConfiguration100 pConfig
)
void MoveBefore(
    [InAttribute] Object^ Index, 
    [InAttribute] IDTSConfiguration100^ pConfig
)
abstract MoveBefore : 
        Index:Object * 
        pConfig:IDTSConfiguration100 -> unit
function MoveBefore(
    Index : Object, 
    pConfig : IDTSConfiguration100
)

Parameter

Siehe auch

Verweis

IDTSConfigurations100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace